overlay still exists after modal close #14772
Unanswered
bilal-pixbit
asked this question in
Help
Replies: 1 comment 2 replies
-
use a Tables\Actions\Action::make('View Information')
->modal()
->modalSubmitActionLabel('Accept')
->modalSubmitAction(fn (StaticAction $action) => $action->color('success'))
->modalCancelAction(false)
->action(function () {
Notification::make()
->title('Accepted successfully')
->success()
->send();
}), |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.0,0
How can we help you?
Beta Was this translation helpful? Give feedback.
All reactions