Skip to content
Snippets Groups Projects
Unverified Commit 9a00e608 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Enable the shortcut to run the query by default (#25263)

parent 4f193bbd
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ class NativeQueryEditor extends Component {
static defaultProps = {
isOpen: false,
enableRun: true,
cancelQueryOnLeave: true,
resizable: true,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment