Commit 3a409ea6 authored by Kemm23's avatar Kemm23

save code

parent d51cedb6
......@@ -58,7 +58,7 @@
:items="categories.filter(category => category.parent_id === null)"
item-text="name"
item-value="id"
label="Parent_id*"
label="Parent*"
/>
</v-col>
<v-col cols="12">
......@@ -128,7 +128,7 @@
:items="categories.filter(category => category.parent_id === null)"
item-text="name"
item-value="id"
label="Parent_id"
label="Parent"
/>
</v-col>
<v-col cols="12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment