0
0
Fork 0

feat: refs #245362 change request

This commit is contained in:
Robert Ferrús 2024-11-28 11:36:59 +01:00
parent 5c79c6bfef
commit 97c12bced3
1 changed files with 1 additions and 1 deletions

View File

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