This commit is contained in:
lesion 2022-06-21 22:45:58 +02:00
parent 926a7761fb
commit 8119d2e668
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -54,6 +54,7 @@ v-container
item-text='name'
:disabled="!collection.id"
@input.native="searchPlaces"
@focus='searchPlaces'
:delimiters="[',', ';']"
:items="places"
:label="$t('common.places')")