new product category select bug fixed
This commit is contained in:
@@ -37,7 +37,7 @@ export default () => {
|
||||
label: t("category"),
|
||||
props: {
|
||||
placeholder: "", filter: true,
|
||||
options: categories.items, optionLabel: "name", optionGroupLabel: "name", optionGroupChildren: "sub",
|
||||
options: categories.items, optionLabel: "name", optionGroupChildren: "sub",
|
||||
optionValue: "_id"
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user