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 a56449c commit 80dbc36Copy full SHA for 80dbc36
src/Form/Components/UndeletableToggle.php
@@ -19,7 +19,7 @@ public static function create(?string $label = null): static
19
return parent::make($field)
20
->label($label ?? flexiblePagesTrans('form_component.is_undeletable_lbl'))
21
->hint(flexiblePagesTrans('form_component.is_undeletable_helper'))
22
- ->hintIcon('heroicon-o-backspace')
+ ->hintIcon('heroicon-o-question-mark-circle')
23
->visible(function (Page $livewire, ?Model $record = null) {
24
// Get the model class from record or livewire context
25
$modelClass = $record ? $record::class : $livewire->getModel();
0 commit comments