Skip to content

Commit ec93885

Browse files
authored
Merge pull request #5673 from Laravel-Backpack/add-the-show-delete-button-on-edit-option
Add the show delete button on edit option
2 parents 2507ba6 + d02a60d commit ec93885

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config/backpack/operations/update.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
// Should we show a cancel button to the user?
3333
'showCancelButton' => true,
3434

35+
// Should we show the delete button on the edit form?
36+
'showDeleteButton' => false,
37+
3538
// Should we warn a user before leaving the page with unsaved changes?
3639
'warnBeforeLeaving' => false,
3740

0 commit comments

Comments
 (0)