Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
name fix
  • Loading branch information
cr-ruhanmuzaffar committed Aug 8, 2024
commit 88a5b714a0a220d5df40730f4f357e74ab4688ec
2 changes: 1 addition & 1 deletion src/components/YamlEditor/YamlEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function YamlEditor() {
theme="github"
onChange={onChange}
value={value}
name="UNIQUE_ID_OF_DIV"
name="yaml-editor"
editorProps={{ $blockScrolling: true }}
setOptions={{
useWorker: false,
Expand Down