refactor: increase journalist action modal width
This commit is contained in:
parent
d9eb5af495
commit
5e05f841de
@ -30,7 +30,7 @@ protected function setUp(): void
|
||||
$action->makeModalSubmitAction('createAnother', arguments: ['another' => true])
|
||||
->label('Simpan dan Tambah Lagi'),
|
||||
])
|
||||
->modalWidth(Width::Large)
|
||||
->modalWidth(Width::ThreeExtraLarge)
|
||||
->using(function (array $data, string $model): Model {
|
||||
$user = auth()->user();
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ protected function setUp(): void
|
||||
|
||||
$this->modalHeading(fn () => CheerfulNotification::getByKey('journalist.edit_title'))
|
||||
->modalDescription(fn () => CheerfulNotification::getByKey('journalist.edit_desc'))
|
||||
->modalWidth(Width::Large)
|
||||
->modalWidth(Width::ThreeExtraLarge)
|
||||
->successNotification(null)
|
||||
->fillForm(function (Journalist $journalist): array {
|
||||
$data = $journalist->attributesToArray();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user