Fix for new queries not being added to query-selector

This commit is contained in:
navaneeth 2021-05-26 21:19:33 +05:30
parent 68bf100b75
commit 5f56ef530a

View file

@ -223,7 +223,7 @@ class Table extends React.Component {
eventMeta={{ displayName: 'On click' }}
definition={action.onClick}
eventUpdated={this.actionButtonEventUpdated}
dataQueries={this.state.dataQueries}
dataQueries={this.props.dataQueries}
eventOptionUpdated={this.actionButtonEventOptionUpdated}
currentState={this.state.currentState}
extraData={{ actionButton: action, index: index }} // This data is returned in the callbacks