File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Resources/FieldGroups/Schemas Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ public static function configure(Schema $schema): Schema
3030 $ icon = $ record ->field_type_config [0 ]['icon ' ] ?? 'heroicon-o-minus-circle ' ;
3131 if (filled ($ icon ) && str_starts_with ($ icon , 'inspirecms:: ' )) {
3232 return \Filament \Support \Facades \FilamentIcon::resolve ($ icon );
33- } else if (filled ($ icon )) {
33+ } elseif (filled ($ icon )) {
3434 return \Filament \Schemas \Components \Icon::make ($ icon )
3535 ->color ('gray ' );
3636 }
37+
3738 return null ;
3839 }),
3940
Original file line number Diff line number Diff line change 33namespace SolutionForest \InspireCms \Filament \Tables \Actions ;
44
55use Filament \Actions \Action ;
6- use Filament \Notifications \Notification ;
76use Filament \Support \Facades \FilamentIcon ;
87use Pboivin \FilamentPeek \Facades \Peek ;
98use Pboivin \FilamentPeek \Support \Concerns \SetsInitialPreviewModalData ;
You can’t perform that action at this time.
0 commit comments