Skip to content

Commit

Permalink
fix: Remove view action for endpoints not needed right now
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-code-labx committed Jun 3, 2024
1 parent 5582afa commit f0ec0bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/StarterKits/Filament/Resources/EndpointResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ public static function table(Table $table): Table
])
->filters([
//
])
->actions([
Tables\Actions\ViewAction::make(),
]);
}

Expand Down

0 comments on commit f0ec0bf

Please sign in to comment.