Skip to content

Commit 777da82

Browse files
committed
fix: update default icon value in Alert component constructor
1 parent d5697cd commit 777da82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Components/Alert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Alert extends Component
2020
public function __construct(
2121
string $type = 'primary',
2222
bool $dismissible = false,
23-
string $icon = null,
23+
string $icon = '',
2424
string $heading = '',
2525
string $framework = ''
2626
)

0 commit comments

Comments
 (0)