Skip to content

Commit

Permalink
Merge pull request #69 from mnurullahsaglam/main
Browse files Browse the repository at this point in the history
remove duplicate edit action
  • Loading branch information
zepfietje authored Aug 2, 2023
2 parents 113f058 + fe23480 commit fb605d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public function table(Table $table): Table
Tables\Actions\CreateAction::make(),
])
->actions([
Tables\Actions\EditAction::make(),
Tables\Actions\DeleteAction::make(),
])
->groupedBulkActions([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public function table(Table $table): Table
Tables\Actions\CreateAction::make(),
])
->actions([
Tables\Actions\EditAction::make(),
Tables\Actions\DeleteAction::make(),
])
->groupedBulkActions([
Expand Down

0 comments on commit fb605d4

Please sign in to comment.