aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/ComputedAttributePage.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-23 17:42:24 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-23 17:42:24 -0700
commitf9919a8d40d0d3ffa440319093968e2f72b1ca2a (patch)
treea0ba912286900662d1d7102629eebb31ddd9a43b /modern/src/settings/ComputedAttributePage.js
parentb5353b73e8d836c016233bf73676b03146d6f192 (diff)
downloadtrackermap-web-f9919a8d40d0d3ffa440319093968e2f72b1ca2a.tar.gz
trackermap-web-f9919a8d40d0d3ffa440319093968e2f72b1ca2a.tar.bz2
trackermap-web-f9919a8d40d0d3ffa440319093968e2f72b1ca2a.zip
Remove unnecessary
Diffstat (limited to 'modern/src/settings/ComputedAttributePage.js')
-rw-r--r--modern/src/settings/ComputedAttributePage.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/modern/src/settings/ComputedAttributePage.js b/modern/src/settings/ComputedAttributePage.js
index da92ad80..67651fce 100644
--- a/modern/src/settings/ComputedAttributePage.js
+++ b/modern/src/settings/ComputedAttributePage.js
@@ -95,10 +95,7 @@ const ComputedAttributePage = () => {
multiline
rows={4}
/>
- <FormControl
- fullWidth
- disabled={key in positionAttributes}
- >
+ <FormControl disabled={key in positionAttributes}>
<InputLabel>{t('sharedType')}</InputLabel>
<Select
label={t('sharedType')}