From dd09b5c7ed235088d86ba9898261d74228b825ee Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 28 Oct 2022 13:52:49 -0700 Subject: Support default map (fix #1002) --- modern/src/common/attributes/useCommonUserAttributes.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modern/src/common/attributes') 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', -- cgit v1.2.3