File tree Expand file tree Collapse file tree
app/Filament/Admin/Resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public static function defaultTable(Table $table): Table
101101 ->toolbarActions ([
102102 CreateAction::make (),
103103 BulkActionGroup::make ([
104- DeleteBulkAction::make (),
104+ DeleteBulkAction::make (' exclude_bulk_delete ' ),
105105 ]),
106106 ])
107107 ->emptyStateIcon (TablerIcon::Database)
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public static function defaultTable(Table $table): Table
104104 ->toolbarActions ([
105105 CreateAction::make (),
106106 BulkActionGroup::make ([
107- DeleteBulkAction::make (),
107+ DeleteBulkAction::make (' exclude_bulk_delete ' ),
108108 ]),
109109 ])
110110 ->emptyStateIcon (TablerIcon::LayersLinked)
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public static function defaultTable(Table $table): Table
106106 ->toolbarActions ([
107107 CreateAction::make (),
108108 BulkActionGroup::make ([
109- DeleteBulkAction::make (),
109+ DeleteBulkAction::make (' exclude_bulk_delete ' ),
110110 ]),
111111 ])
112112 ->checkIfRecordIsSelectableUsing (fn (Role $ role ) => !$ role ->isRootAdmin () && $ role ->users_count <= 0 );
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public static function defaultTable(Table $table): Table
114114 ->toolbarActions ([
115115 CreateAction::make (),
116116 BulkActionGroup::make ([
117- DeleteBulkAction::make (),
117+ DeleteBulkAction::make (' exclude_bulk_delete ' ),
118118 ]),
119119 ])
120120 ->emptyStateIcon (TablerIcon::Webhook)
You can’t perform that action at this time.
0 commit comments