We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02df04 commit a7b55e6Copy full SHA for a7b55e6
client/src/components/studio/domain-core/graph-query/index.tsx
@@ -503,7 +503,7 @@ export const GraphQuery = () => {
503
item => item.id === activeId,
504
)?.script;
505
if (!isEmpty(editor)) {
506
- editor?.editorInstance?.setValue?.(value);
+ editorRef?.current?.codeEditor?.setValue(value);
507
}
508
updateState(draft => {
509
draft.editorKey = activeId;
0 commit comments