fix(task assigmnet): delete locale

This commit is contained in:
Yoga Pangestu 2026-01-14 15:47:15 +07:00
parent 1d52463286
commit 416905af9f

View File

@ -31,7 +31,6 @@ protected function setUp(): void
->placeholder(fn (): string => now()->translatedFormat('l, d F Y'))
->native(false)
->displayFormat('l, d F Y')
->locale('id')
->required()
->minDate($record->final_submission_date),