fix(my-joy-beta): show snapshots mutation name

This commit is contained in:
Sérgio Ramos 2018-02-26 19:45:07 +00:00
parent 8b67cae8f3
commit a6b32631c4
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ export default compose(
// sets the individual item mutation flags so that we can show a
// spinner in the row
const setMutatingTrue = selected.map(({ id }) =>
set({ name: `${id}-mutating`, value: true })
set({ name: `${id}-mutating`, value: name })
);
// wait for everything to finish and catch the error