new product category select bug fixed

This commit is contained in:
mohadese namavar
2024-07-10 16:22:10 +04:30
parent c1762c0083
commit 2b1c1348b4
+1 -1
View File
@@ -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"
},
},