Skip to content

Commit 88a5b71

Browse files
name fix
1 parent e2aa43e commit 88a5b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/YamlEditor/YamlEditor.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function YamlEditor() {
9696
theme="github"
9797
onChange={onChange}
9898
value={value}
99-
name="UNIQUE_ID_OF_DIV"
99+
name="yaml-editor"
100100
editorProps={{ $blockScrolling: true }}
101101
setOptions={{
102102
useWorker: false,

0 commit comments

Comments
 (0)