feat: refs #245362 itemTags
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-11-28 09:38:28 +01:00
parent 41fb880c0e
commit 5c79c6bfef
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
/>