mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
switch gmsPublishLocation to GMS_LOCATION_TYPE_APPROXIMATE
This commit is contained in:
parent
6997270e82
commit
9ab7516d38
@ -25,7 +25,11 @@ const { t } = useI18n()
|
||||
const store = useStore()
|
||||
const { toastError, toastSuccess } = useAppToast()
|
||||
|
||||
const selectedOption = ref(store.state.gmsPublishLocation ?? 'GMS_LOCATION_TYPE_APPROXIMATE')
|
||||
const selectedOption = ref(
|
||||
store.state.gmsPublishLocation === 'GMS_LOCATION_TYPE_RANDOM' ?
|
||||
'GMS_LOCATION_TYPE_APPROXIMATE' :
|
||||
store.state.gmsPublishLocation
|
||||
)
|
||||
const dropdownOptions = [
|
||||
{
|
||||
label: t('settings.GMS.publish-location.exact'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user