diff --git a/ui/src/app/form/component/AddButton.js b/ui/src/app/form/component/AddButton.js index c5bb7714e..62b2ef975 100644 --- a/ui/src/app/form/component/AddButton.js +++ b/ui/src/app/form/component/AddButton.js @@ -6,9 +6,11 @@ import Button from "react-bootstrap/Button"; import Translate from "../../i18n/components/translate"; const AddButton = ({className, ...props}) => ( + <> + ); export default AddButton; \ No newline at end of file diff --git a/ui/src/app/form/component/fields/StringListWithDefaultField.js b/ui/src/app/form/component/fields/StringListWithDefaultField.js index 4457dba44..0c62998e7 100644 --- a/ui/src/app/form/component/fields/StringListWithDefaultField.js +++ b/ui/src/app/form/component/fields/StringListWithDefaultField.js @@ -105,6 +105,7 @@ const StringListWithDefaultField = ({ required={props.required} />} { title={props.uiSchema["ui:title"] || props.title} required={props.required} /> + hi there {props.canAdd && ( { />} {props.canAdd && (