Skip to content

Commit

Permalink
Merge pull request #248 from code4romania/241-create-another-document
Browse files Browse the repository at this point in the history
Fix create another document
  • Loading branch information
gheorghelupu17 authored Nov 8, 2024
2 parents 6c1e66a + faccedb commit 0ee7cd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function table(Table $table): Table
->modalHeading(__('beneficiary.section.documents.title.add_modal'))
->label(__('beneficiary.section.documents.actions.add'))
->outlined()
->createAnother(false)
->modalSubmitActionLabel(__('beneficiary.section.documents.actions.create'))
->modalCancelActionLabel(__('general.action.cancel'))
->mutateFormDataUsing(function (array $data) {
Expand Down

0 comments on commit 0ee7cd6

Please sign in to comment.