mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-17 12:21:39 +00:00
refactor: use updated SelectTag component that accepts options array instead of string array to work
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
<div v-if="action.type && config.actions[action.type]?.type === 'tag'">
|
||||
<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