pass data to RTKActionButtons

This commit is contained in:
Sandeep Yadav 2025-08-27 21:48:55 +05:30 committed by GitHub
parent faf719c1fd
commit ab0381934a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,8 +91,7 @@ export class QueryPreviewActions extends PureComponent<QueryPreviewActionsProps>
<RTKActionButtons <RTKActionButtons
dispatch={dispatch} dispatch={dispatch}
liftedDispatch={liftedDispatch} liftedDispatch={liftedDispatch}
resInfo={resInfo} data={this.selectFormattedActions(actionsOfQuery)}
actionsOfQuery={actionsOfQuery}
/> />
<TreeView <TreeView
rootProps={rootProps} rootProps={rootProps}