Skip to content

Commit

Permalink
Enable create another
Browse files Browse the repository at this point in the history
  • Loading branch information
cklei-carly committed May 18, 2023
1 parent 1346063 commit 9b1188f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ protected function getActions(): array
->label(__('filament-firewall::filament-firewall.action.addMyIp'))
->action('addMyIp'),
Actions\CreateAction::make()
->label(__('filament-support::actions/create.single.label', ['label' => null]))
->disableCreateAnother(),
->label(__('filament-support::actions/create.single.label', ['label' => null])),
];
}

Expand Down

0 comments on commit 9b1188f

Please sign in to comment.