This commit is contained in:
crusader 2018-06-01 17:04:39 +09:00
parent f570efb5f4
commit afa758addd
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@loafer/ng-entity",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://git.loafle.net/loafer/ng.git"

View File

@ -34,8 +34,6 @@ export function createStateOperator<T, E, R>(mutator: (arg: any, state: any) =>
if (didMutate === DidMutate.Error) {
return {
...state,
ids: null,
entities: null,
error: clonedEntityState.error,
};
}