Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sheadawson committed Oct 23, 2024
1 parent 57d301e commit d90ef9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/ListVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function table(Table $table): Table
ActionGroup::make([
ViewVersionTableAction::make(),
EditAction::make()
->hidden(fn (Model&HasRevisor $record) => ! $record->is_current),
->hidden(fn (Model & HasRevisor $record) => ! $record->is_current),
RestoreTableAction::make(),
DeleteAction::make(),
]),
Expand Down

0 comments on commit d90ef9e

Please sign in to comment.