forked from verdnatura/salix-front
Reviewed-on: verdnatura/salix-front#1017 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
4f8bf00786
|
@ -66,6 +66,7 @@ const insertTag = (rows) => {
|
||||||
<FetchData
|
<FetchData
|
||||||
url="Tags"
|
url="Tags"
|
||||||
:filter="{ fields: ['id', 'name', 'isFree', 'sourceTable'] }"
|
:filter="{ fields: ['id', 'name', 'isFree', 'sourceTable'] }"
|
||||||
|
sort-by="name"
|
||||||
@on-fetch="(data) => (tagOptions = data)"
|
@on-fetch="(data) => (tagOptions = data)"
|
||||||
auto-load
|
auto-load
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue