conditional display online locations in event/_slug.vue and minor

This commit is contained in:
sedum
2023-02-19 17:59:28 +01:00
parent 3dc975465f
commit f298fe2fed
3 changed files with 9 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ v-row.mb-4
v-row.mx-0.my-0.align-center.justify-center
v-combobox.mr-4(v-model="virtualLocations" v-if="settings.allow_event_only_online && value.name === 'online'"
:prepend-icon='mdiLink'
:hint="`Online locations, for instance a url to a videconference room`"
:hint="$t('event.online_locations_help')"
:label="$t('event.online_event_urls')"
clearable chips small-chips multiple deletable-chips hide-no-data hide-selected persistent-hint
:delimiters="[',', ';', '; ']"