Skip to content

Commit

Permalink
fix the disable the delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Feb 3, 2024
1 parent 66b848e commit 543dcb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controllers/LogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ protected function grid()
$grid->actions(function (Grid\Displayers\Actions $actions) {
$actions->disableEdit();
$actions->disableView();
$actions->disableDelete();
});

$grid->disableCreateButton();
Expand Down

0 comments on commit 543dcb7

Please sign in to comment.