fix/OrderCatalog #893

Merged
jsegarra merged 11 commits from wbuezas/salix-front-mindshore-fork2:fix/OrderCatalog into dev 2024-11-12 12:01:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 498a52a3e5 - Show all commits

View File

@ -66,7 +66,7 @@ const getSelectedTagValues = async (tag) => {
<VnSelect
:label="t('params.tag')"
v-model="selectedTag"
:options="props.tags || []"
:options="props.tags"
option-value="id"
option-label="name"
dense