mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-09-25 13:36:42 +03:00
pass data to RTKActionButtons
This commit is contained in:
parent
faf719c1fd
commit
ab0381934a
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user