Skip to content

Commit

Permalink
Fix: add onItemInvoked action (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW committed Jan 25, 2021
1 parent 392b517 commit 0498d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/views/sidebar/sample-queries/SampleQueries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ export class SampleQueries extends Component<ISampleQueriesProps, any> {
}}
onRenderRow={this.renderRow}
onRenderDetailsHeader={this.renderDetailsHeader}
onItemInvoked={this.querySelected}
/>
</div>
);
Expand Down

0 comments on commit 0498d39

Please sign in to comment.