diff options
Diffstat (limited to 'modern/src/common/attributes')
-rw-r--r-- | modern/src/common/attributes/useCommonUserAttributes.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index 845ab799..cef6daf8 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -25,10 +25,6 @@ export default (t) => useMemo(() => ({ name: t('mapActive'), type: 'string', }, - selectedMapStyle: { - name: t('mapDefault'), - type: 'string', - }, devicePrimary: { name: t('devicePrimaryInfo'), type: 'string', |