product configuration error fix

This commit is contained in:
Muammer Top 2021-08-10 14:17:59 +03:00
parent 4cbba9463c
commit 1577e87438

View File

@ -29,7 +29,7 @@ class OptionConfigurationFormFields
'label' => $option->getName(),
'required' => true,
'config' => [
'options' => $optionValue->pluck('name','id')->all(),
'options' => $optionValue->pluck('title','id')->all(),
]
];
}