forked from verdnatura/salix-front
refs #6095 remove limit
This commit is contained in:
parent
74f25f54ac
commit
8b8033cb3d
|
@ -52,7 +52,6 @@ const onDataSaved = async (formData, requestResponse) => {
|
||||||
fields: ['id', 'nickname'],
|
fields: ['id', 'nickname'],
|
||||||
where: { refFk: null },
|
where: { refFk: null },
|
||||||
order: 'shipped DESC',
|
order: 'shipped DESC',
|
||||||
limit: 30,
|
|
||||||
}"
|
}"
|
||||||
@on-fetch="(data) => (ticketsOptions = data)"
|
@on-fetch="(data) => (ticketsOptions = data)"
|
||||||
auto-load
|
auto-load
|
||||||
|
|
Loading…
Reference in New Issue