Skip to content

Commit 80dbc36

Browse files
committed
Undeletable toggle icon
1 parent a56449c commit 80dbc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/Components/UndeletableToggle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function create(?string $label = null): static
1919
return parent::make($field)
2020
->label($label ?? flexiblePagesTrans('form_component.is_undeletable_lbl'))
2121
->hint(flexiblePagesTrans('form_component.is_undeletable_helper'))
22-
->hintIcon('heroicon-o-backspace')
22+
->hintIcon('heroicon-o-question-mark-circle')
2323
->visible(function (Page $livewire, ?Model $record = null) {
2424
// Get the model class from record or livewire context
2525
$modelClass = $record ? $record::class : $livewire->getModel();

0 commit comments

Comments
 (0)