diff options
-rw-r--r-- | modern/src/common/components/LinkField.js | 1 | ||||
-rw-r--r-- | modern/src/common/components/SelectField.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modern/src/common/components/LinkField.js b/modern/src/common/components/LinkField.js index 876fa66f..f87a8963 100644 --- a/modern/src/common/components/LinkField.js +++ b/modern/src/common/components/LinkField.js @@ -6,7 +6,6 @@ import { useEffectAsync } from '../../reactHelper'; const LinkField = ({ margin, - variant, label, endpointAll, endpointLinked, diff --git a/modern/src/common/components/SelectField.js b/modern/src/common/components/SelectField.js index 649bde16..d3de5c46 100644 --- a/modern/src/common/components/SelectField.js +++ b/modern/src/common/components/SelectField.js @@ -6,7 +6,6 @@ import { useEffectAsync } from '../../reactHelper'; const SelectField = ({ margin, - variant, label, multiple, value, |