diff --git a/ui/src/app/form/component/fields/StringListWithDefaultField.js b/ui/src/app/form/component/fields/StringListWithDefaultField.js
index c29fe31d2..8b7a02896 100644
--- a/ui/src/app/form/component/fields/StringListWithDefaultField.js
+++ b/ui/src/app/form/component/fields/StringListWithDefaultField.js
@@ -95,29 +95,34 @@ const StringListWithDefaultField = ({
-
- {
}
-
- {(props.uiSchema["ui:description"] || schema.description) && (
-
+
+ {
}
+
- )}
+ {(props.uiSchema["ui:description"] || schema.description) && (
+
+ )}
+
+
+ Default
+
{items && items.map((p, idx) =>
@@ -127,7 +132,7 @@ const StringListWithDefaultField = ({
className="flex-grow-1"
value={p.value}
onChange={({ target: { value } }) => setValue(p, value)}>
-
setDefault(p) }
>