fix(my-joy-beta): keep loading when removing
This commit is contained in:
parent
6fb2dc85e6
commit
5a8c8e8fb2
@ -337,7 +337,7 @@ export default compose(
|
|||||||
});
|
});
|
||||||
|
|
||||||
// reverts the individual item mutation flags
|
// reverts the individual item mutation flags
|
||||||
const setMutatingFalse = selected.map(({ id }) =>
|
const setMutatingFalse = name !== 'remove' && selected.map(({ id }) =>
|
||||||
set({ name: `${id}-mutating`, value: false })
|
set({ name: `${id}-mutating`, value: false })
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user