We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
label: 'Execute', enabled: **dataSourceCue.complete,** <-- undefined when navigate to /branches hotkey: "command + enter", show: !executingOp, action: function(){ this$.props.record({ eventType: 'execute-query', eventArgs: { document: this$.documentFromState() } }); return this$.execute();
The text was updated successfully, but these errors were encountered:
Hey @ovasylenko, how is it going
to fix that issue just update the default-data-source-cue property in config (add complete:true):
default-data-source-cue
default-data-source-cue: connection-kind: \pre-configured query-type: \mongodb connection-name: \local database: \your-database-name collection: \your-collection-name complete: true
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: