Merge branch 'dev' into 6899-fixInvoiceOutNegative
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-10-02 08:41:19 +00:00
commit 49da7168ab
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ onMounted(() => {
</div> </div>
<div <div
v-if="excludeType === 'specificLocations'" v-if="excludeType === 'specificLocations'"
style="min-height: 60vh; overflow-y: scroll" style="max-height: 60vh; overflow-y: scroll"
> >
<ZoneLocationsTree <ZoneLocationsTree
:root-label="t('eventsExclusionForm.rootTreeLabel')" :root-label="t('eventsExclusionForm.rootTreeLabel')"