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