You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/Filament/Resources/PluginResource/Pages/EditPlugin.php
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -75,23 +75,6 @@ protected function getHeaderActions(): array
75
75
->modalDescription(fn () => "This will convert '{$this->record->name}' from free to paid, set up pricing, and trigger a Satis build so it's available via Composer.")
76
76
->modalSubmitActionLabel('Convert & Ingest'),
77
77
78
-
Actions\Action::make('editDescription')
79
-
->label('Edit Description')
80
-
->icon('heroicon-o-pencil-square')
81
-
->color('gray')
82
-
->form([
83
-
Forms\Components\Textarea::make('description')
84
-
->label('Description')
85
-
->required()
86
-
->rows(5)
87
-
->maxLength(1000)
88
-
->default(fn () => $this->record->description)
89
-
->placeholder('Describe what this plugin does...'),
0 commit comments