diff options
Diffstat (limited to 'modern/src/settings/ComputedAttributePage.js')
-rw-r--r-- | modern/src/settings/ComputedAttributePage.js | 5 |
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')} |