diff --git a/initialize/new-product.js b/initialize/new-product.js index 5b5224f..5fe52c9 100644 --- a/initialize/new-product.js +++ b/initialize/new-product.js @@ -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" }, },