We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8aa8e commit a505992Copy full SHA for a505992
1 file changed
app/Filament/Resources/PluginResource/Pages/EditPlugin.php
@@ -223,12 +223,11 @@ protected function getHeaderActions(): array
223
224
Actions\Action::make('test')
225
->label('Test')
226
- ->icon('heroicon-o-code')
227
->color('primary')
228
->action(function (): void {
229
logger('TEST');
230
}),
231
-
+
232
Actions\Action::make('resync')
233
->label('Re-sync from GitHub')
234
->icon('heroicon-o-arrow-path')
0 commit comments