diff options
author | Anton Tananaev <anton@traccar.org> | 2022-10-28 13:52:49 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-10-28 13:52:49 -0700 |
commit | dd09b5c7ed235088d86ba9898261d74228b825ee (patch) | |
tree | a0992db59b7c4d5606ef5327a2692c57ead883e7 /modern/src/common/attributes | |
parent | fac80024e0956d543b762296e0ee49cd72035b93 (diff) | |
download | trackermap-web-dd09b5c7ed235088d86ba9898261d74228b825ee.tar.gz trackermap-web-dd09b5c7ed235088d86ba9898261d74228b825ee.tar.bz2 trackermap-web-dd09b5c7ed235088d86ba9898261d74228b825ee.zip |
Support default map (fix #1002)
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', |