File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
cyclops-ui/src/components/pages/NewModule Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -614,12 +614,8 @@ const NewModule = () => {
614
614
/>
615
615
) }
616
616
< 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.
623
619
</ div >
624
620
< AceEditor
625
621
mode = { "yaml" }
You can’t perform that action at this time.
0 commit comments