diff options
author | Anton Tananaev <anton@traccar.org> | 2022-10-28 17:02:39 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-10-28 17:02:39 -0700 |
commit | 17b990eabe36138a4a879deef8d03b16ee27e1ba (patch) | |
tree | b1eb82f53012ad990163996d1ce633cbbbc19c6c /modern/src/common/attributes/useCommonUserAttributes.js | |
parent | dd09b5c7ed235088d86ba9898261d74228b825ee (diff) | |
download | trackermap-web-17b990eabe36138a4a879deef8d03b16ee27e1ba.tar.gz trackermap-web-17b990eabe36138a4a879deef8d03b16ee27e1ba.tar.bz2 trackermap-web-17b990eabe36138a4a879deef8d03b16ee27e1ba.zip |
Change live routes config
Diffstat (limited to 'modern/src/common/attributes/useCommonUserAttributes.js')
-rw-r--r-- | modern/src/common/attributes/useCommonUserAttributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index cef6daf8..154471ce 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -7,7 +7,7 @@ export default (t) => useMemo(() => ({ }, mapLiveRoutes: { name: t('mapLiveRoutes'), - type: 'boolean', + type: 'string', }, mapFollow: { name: t('deviceFollow'), |