File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1111use CodeWithDennis \SimpleAlert \Components \Concerns \HasIconVerticalAlignment ;
1212use CodeWithDennis \SimpleAlert \Components \Concerns \HasSimple ;
1313use CodeWithDennis \SimpleAlert \Components \Concerns \HasTitle ;
14- use Filament \Schemas \Components \Component ;
14+ use Filament \Forms \Components \Field ;
1515
16- class SimpleAlert extends Component
16+ class SimpleAlert extends Field
1717{
1818 use HasActionVerticalAlignment;
1919 use HasBorder;
@@ -26,11 +26,6 @@ class SimpleAlert extends Component
2626
2727 protected string $ view = 'filament-simple-alert::components.simple-alert ' ;
2828
29- public static function make (): static
30- {
31- return app (self ::class);
32- }
33-
3429 public function actions (array |Closure $ actions ): static
3530 {
3631 $ this ->actions = $ actions ;
You can’t perform that action at this time.
0 commit comments