Skip to content

Commit

Permalink
feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
balaji-jr committed Jan 29, 2024
1 parent da771c3 commit ac30ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Logs/QueryCodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const QueryCodeEditor: FC<QueryCodeEditorProps> = (props) => {
editorRef.current = editor;
monacoRef.current = monaco;
editor.addCommand(monaco.KeyMod.CtrlCmd + monaco.KeyCode.Enter, async () => {
runQuery(query);
runQuery(props.inputRef.current);
});
}

Expand Down

0 comments on commit ac30ae5

Please sign in to comment.