Skip to content

Commit 700b092

Browse files
committed
loading values as YAML messages
1 parent 93a4f3e commit 700b092

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cyclops-ui/src/components/pages/NewModule/NewModule.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -614,12 +614,8 @@ const NewModule = () => {
614614
/>
615615
)}
616616
<div style={{paddingRight: "16px", paddingBottom: "16px", color: "#777"}}>
617-
<Row>
618-
You can paste your values in YAML format here, and after submitting them, you can see them in the form and edit them further.
619-
</Row>
620-
<Row>
621-
If you set a value in YAML that does not exist in the UI, it will not be applied to your Module.
622-
</Row>
617+
You can paste your values in YAML format here, and after submitting them, you can see them in the form and edit them further.
618+
If you set a value in YAML that does not exist in the UI, it will not be applied to your Module.
623619
</div>
624620
<AceEditor
625621
mode={"yaml"}

0 commit comments

Comments
 (0)