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 c39cbd0 commit ab0efb6Copy full SHA for ab0efb6
src/Components/SimpleAlert.php
@@ -26,6 +26,13 @@ class SimpleAlert extends Field
26
27
protected string $view = 'filament-simple-alert::components.simple-alert';
28
29
+ protected function setUp(): void
30
+ {
31
+ parent::setUp();
32
+
33
+ $this->dehydrated(false);
34
+ }
35
36
public function actions(array|Closure $actions): static
37
{
38
$this->actions = $actions;
0 commit comments