diff options
Diffstat (limited to 'src/common/attributes/useCommonUserAttributes.js')
-rw-r--r-- | src/common/attributes/useCommonUserAttributes.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/attributes/useCommonUserAttributes.js b/src/common/attributes/useCommonUserAttributes.js index 294ddea8..43983fbc 100644 --- a/src/common/attributes/useCommonUserAttributes.js +++ b/src/common/attributes/useCommonUserAttributes.js @@ -49,6 +49,10 @@ export default (t) => useMemo(() => ({ name: t('attributePopupInfo'), type: 'string', }, + googleKey: { + name: t('mapGoogleKey'), + type: 'string', + }, locationIqKey: { name: t('mapLocationIqKey'), type: 'string', |