perf: refs #7679 add sortBy & limit whe retrieve Autonomies

This commit is contained in:
Javier Segarra 2024-10-01 21:56:12 +02:00
parent 1a697aa018
commit 2bd004f52b
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ const onDataSaved = (dataSaved, requestResponse) => {
}, },
}" }"
url="Autonomies/location" url="Autonomies/location"
:sort-by="['name ASC']"
:limit="100"
/> />
<FormModelPopup <FormModelPopup
:title="t('New province')" :title="t('New province')"