diff --git a/ui/src/app/form/component/fields/StringListWithDefaultField.js b/ui/src/app/form/component/fields/StringListWithDefaultField.js index 7fd0e5b55..96278a505 100644 --- a/ui/src/app/form/component/fields/StringListWithDefaultField.js +++ b/ui/src/app/form/component/fields/StringListWithDefaultField.js @@ -132,7 +132,7 @@ const StringListWithDefaultField = ({ className="flex-grow-1" value={p.value} onChange={({ target: { value } }) => setValue(p, value)}> -