0
0
Fork 0

Merge pull request 'feat: refs #245362 itemTags' (!1017) from 245362-hotFixItemTags into master

Reviewed-on: verdnatura/salix-front#1017
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-11-29 07:42:15 +00:00
commit 4f8bf00786
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ const insertTag = (rows) => {
<FetchData
url="Tags"
:filter="{ fields: ['id', 'name', 'isFree', 'sourceTable'] }"
sort-by="name"
@on-fetch="(data) => (tagOptions = data)"
auto-load
/>