diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-23 07:36:43 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-23 07:36:43 -0700 |
commit | 8d0f3954169dec9ad4c53d29d3b5d2458b9be204 (patch) | |
tree | d52f6f15f37df007c62647905d87c9d200bffebe /modern/src/settings/ComputedAttributePage.js | |
parent | e7e8d1c9a52b9b82fdcbf2d4d6f3134698eb0cf0 (diff) | |
download | trackermap-web-8d0f3954169dec9ad4c53d29d3b5d2458b9be204.tar.gz trackermap-web-8d0f3954169dec9ad4c53d29d3b5d2458b9be204.tar.bz2 trackermap-web-8d0f3954169dec9ad4c53d29d3b5d2458b9be204.zip |
Fix style issues
Diffstat (limited to 'modern/src/settings/ComputedAttributePage.js')
-rw-r--r-- | modern/src/settings/ComputedAttributePage.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modern/src/settings/ComputedAttributePage.js b/modern/src/settings/ComputedAttributePage.js index 826fe422..28b0f41e 100644 --- a/modern/src/settings/ComputedAttributePage.js +++ b/modern/src/settings/ComputedAttributePage.js @@ -73,7 +73,6 @@ const ComputedAttributePage = () => { value={item.description || ''} onChange={(event) => setItem({ ...item, description: event.target.value })} label={t('sharedDescription')} - /> <FormControl margin="normal" fullWidth> <InputLabel>{t('sharedAttribute')}</InputLabel> @@ -93,10 +92,8 @@ const ComputedAttributePage = () => { label={t('sharedExpression')} multiline rows={4} - /> <FormControl - margin="normal" fullWidth disabled={key in positionAttributes} |