Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
@ -129,12 +129,14 @@ export const actionHandlers = handleThunks({
...currentIds.map((id) => updateItem({
section,
id,
isReprocessing: false
isReprocessing: false,
updateOnly: true
})),
...payload.ids.map((id) => updateItem({
isReprocessing: true
isReprocessing: true,
}))
]));
@ -166,7 +168,8 @@ export const actionHandlers = handleThunks({
data.map((item) => updateItem({
...item,
));
});
@ -180,7 +183,8 @@ export const actionHandlers = handleThunks({
payload.ids.map((id) => updateItem({