Skip to content

Commit ab03819

Browse files
pass data to RTKActionButtons
1 parent faf719c commit ab03819

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/redux-devtools-rtk-query-monitor/src/components/QueryPreviewActions.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ export class QueryPreviewActions extends PureComponent<QueryPreviewActionsProps>
9191
<RTKActionButtons
9292
dispatch={dispatch}
9393
liftedDispatch={liftedDispatch}
94-
resInfo={resInfo}
95-
actionsOfQuery={actionsOfQuery}
94+
data={this.selectFormattedActions(actionsOfQuery)}
9695
/>
9796
<TreeView
9897
rootProps={rootProps}

0 commit comments

Comments
 (0)