0
0
Fork 0

refs #6095 remove limit

This commit is contained in:
Carlos Satorres 2024-05-23 13:21:54 +02:00
parent 74f25f54ac
commit 8b8033cb3d
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ const onDataSaved = async (formData, requestResponse) => {
fields: ['id', 'nickname'],
where: { refFk: null },
order: 'shipped DESC',
limit: 30,
}"
@on-fetch="(data) => (ticketsOptions = data)"
auto-load