Skip to content

Commit a505992

Browse files
committed
fix
1 parent 1c8aa8e commit a505992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Filament/Resources/PluginResource/Pages/EditPlugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,11 @@ protected function getHeaderActions(): array
223223

224224
Actions\Action::make('test')
225225
->label('Test')
226-
->icon('heroicon-o-code')
227226
->color('primary')
228227
->action(function (): void {
229228
logger('TEST');
230229
}),
231-
230+
232231
Actions\Action::make('resync')
233232
->label('Re-sync from GitHub')
234233
->icon('heroicon-o-arrow-path')

0 commit comments

Comments
 (0)