From d684cea360de8695b3d336920597be16ff3caa93 Mon Sep 17 00:00:00 2001 From: Filip Ganyicz Date: Fri, 24 Jul 2026 15:14:42 +0200 Subject: [PATCH] Update index.blade.php --- stubs/resources/views/flux/select/option/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ])