We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059add9 commit ca5fcf1Copy full SHA for ca5fcf1
1 file changed
player-counter/src/Filament/Admin/Resources/GameQueries/GameQueryResource.php
@@ -77,6 +77,7 @@ public static function form(Schema $schema): Schema
77
->label(trans('player-counter::query.type'))
78
->required()
79
->options(GameQueryType::class)
80
+ ->disableOptionWhen(fn (string $value) => $value === GameQueryType::FiveMRedM->value) // see https://github.com/pelican-dev/plugins/issues/48
81
->selectablePlaceholder(false)
82
->preload()
83
->searchable(),
0 commit comments