mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
product configuration error fix
This commit is contained in:
parent
4cbba9463c
commit
1577e87438
@ -29,7 +29,7 @@ class OptionConfigurationFormFields
|
||||
'label' => $option->getName(),
|
||||
'required' => true,
|
||||
'config' => [
|
||||
'options' => $optionValue->pluck('name','id')->all(),
|
||||
'options' => $optionValue->pluck('title','id')->all(),
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user