#7884 added new filter field #720

Merged
jon merged 19 commits from 7884-AddLabelerField into dev 2024-10-02 08:46:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c54189e06a - Show all commits

View File

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