Use optimistic removedTagsAccountData state in TagOrderStore

when receiving TagOrderActions.moveTag.pending, which now exposes
this state.
pull/21833/head
Luke Barnard 2018-02-14 16:47:29 +00:00
parent 3850b552a5
commit 389d96bc46
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class TagOrderStore extends Store {
// Optimistic update of a moved tag
this._setState({
orderedTags: payload.request.tags,
removedTagsAccountData: payload.request.removedTags,
});
break;
}