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 981adb4 commit c39cbd0Copy full SHA for c39cbd0
1 file changed
src/Components/SimpleAlert.php
@@ -11,9 +11,9 @@
11
use CodeWithDennis\SimpleAlert\Components\Concerns\HasIconVerticalAlignment;
12
use CodeWithDennis\SimpleAlert\Components\Concerns\HasSimple;
13
use CodeWithDennis\SimpleAlert\Components\Concerns\HasTitle;
14
-use Filament\Schemas\Components\Component;
+use Filament\Forms\Components\Field;
15
16
-class SimpleAlert extends Component
+class SimpleAlert extends Field
17
{
18
use HasActionVerticalAlignment;
19
use HasBorder;
@@ -26,11 +26,6 @@ class SimpleAlert extends Component
26
27
protected string $view = 'filament-simple-alert::components.simple-alert';
28
29
- public static function make(): static
30
- {
31
- return app(self::class);
32
- }
33
-
34
public function actions(array|Closure $actions): static
35
36
$this->actions = $actions;
0 commit comments