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();