forked from verdnatura/salix-front
feat: refs #245362 change request
This commit is contained in:
parent
5c79c6bfef
commit
97c12bced3
|
@ -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
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue