diff options
Diffstat (limited to 'modern/src/common/components/LinkField.js')
-rw-r--r-- | modern/src/common/components/LinkField.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modern/src/common/components/LinkField.js b/modern/src/common/components/LinkField.js index f87a8963..3b38460d 100644 --- a/modern/src/common/components/LinkField.js +++ b/modern/src/common/components/LinkField.js @@ -5,7 +5,6 @@ import React, { useState } from 'react'; import { useEffectAsync } from '../../reactHelper'; const LinkField = ({ - margin, label, endpointAll, endpointLinked, @@ -68,7 +67,7 @@ const LinkField = ({ if (items && linked) { return ( - <FormControl margin={margin} fullWidth> + <FormControl> <InputLabel>{label}</InputLabel> <Select label={label} |