We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d754ab commit 5fd5849Copy full SHA for 5fd5849
src/Resources/UserResource/Pages/ViewUser.php
@@ -245,6 +245,7 @@ public function table(Table $table): Table
245
])
246
->modalFooterActionsAlignment(Alignment::Center)
247
->modalSubmitAction(fn(Action $action) => $action->visible(false))
248
+ ->modalCancelActionLabel(fn(): string => __('Close')),
249
]);
250
}
251
0 commit comments