diff --git a/start-client/src/components/common/builder/Fields.js b/start-client/src/components/common/builder/Fields.js index bf8d04d52c8..9efdacb7c93 100644 --- a/start-client/src/components/common/builder/Fields.js +++ b/start-client/src/components/common/builder/Fields.js @@ -109,22 +109,24 @@ function Fields({ )} - { - update({ meta: { group: event.target.value } }) - }} - /> - { - update({ meta: { artifact: event.target.value } }) - }} - /> +
+ { + update({ meta: { group: event.target.value } }) + }} + /> + { + update({ meta: { artifact: event.target.value } }) + }} + /> +