mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 12:33:34 +02:00
fix params to updateNextAction
This commit is contained in:
parent
d23bd85cc6
commit
f4b27afb8d
@ -17,7 +17,7 @@ const useCollectionNextAction = () => {
|
|||||||
const item = findItemInCollectionByPathname(collection, get(collection, 'nextAction.payload.pathname'));
|
const item = findItemInCollectionByPathname(collection, get(collection, 'nextAction.payload.pathname'));
|
||||||
|
|
||||||
if (item) {
|
if (item) {
|
||||||
dispatch(updateNextAction(collection.uid, null));
|
dispatch(updateNextAction({ collectionUid: collection.uid, nextAction: null }));
|
||||||
dispatch(
|
dispatch(
|
||||||
addTab({
|
addTab({
|
||||||
uid: item.uid,
|
uid: item.uid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user