Skip to content

Commit eee4e7a

Browse files
committed
Import
1 parent aeae9a0 commit eee4e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/HasSelectableValues.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected function selectableValuesFormFields(string $type, string $label, strin
142142
->schema([
143143
Grid::make(2)
144144
->schema([
145-
Forms\Components\CheckboxList::make("config.{$type}")
145+
Backstage\Fields\Fields\CheckboxList::make("config.{$type}")
146146
->options([
147147
'array' => __('Array'),
148148
'relationship' => __('Relationship'),

0 commit comments

Comments
 (0)