Skip to content

Commit

Permalink
pkp#10444 Add modalStyle when using RedirectConfirmationModal modal
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Oct 14, 2024
1 parent 45348a9 commit 1ff7ed1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public function initialize($request, $args = null)
new RedirectConfirmationModal(
__('grid.users.confirmExportAllUsers'),
null,
$url
$url,
'primary'
),
__('grid.action.exportAllUsers'),
'export_users'
Expand Down

0 comments on commit 1ff7ed1

Please sign in to comment.