mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-13 02:15:41 +00:00
refactor: use updated SelectTag component that accepts options array instead of string array to work
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
>
|
||||
<SelectTag
|
||||
v-model="action.value"
|
||||
:items="tagsStore.tagNames"
|
||||
:items="tagsStore.tagNames.map((tag) => ({ label: tag, value: tag }))"
|
||||
placeholder="Select tag"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user