Skip to content

Cannot read property 'complete' of undefined #35

@ovasylenko

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions