diff --git a/stubs/resources/views/flux/select/option/index.blade.php b/stubs/resources/views/flux/select/option/index.blade.php index dbe91543..6df6a333 100644 --- a/stubs/resources/views/flux/select/option/index.blade.php +++ b/stubs/resources/views/flux/select/option/index.blade.php @@ -1,6 +1,6 @@ @blaze(fold: true, unsafe: [ // variant props - 'filterable', 'indicator', 'loading', + 'filterable', 'indicator', 'loading', 'icon', 'icon:variant', 'avatar', 'description', ]) @aware([ 'variant', 'indicator' ])