diff --git a/modules/data/src/actions/entity-cache-action.ts b/modules/data/src/actions/entity-cache-action.ts index 16164a66e0..23db453a9f 100644 --- a/modules/data/src/actions/entity-cache-action.ts +++ b/modules/data/src/actions/entity-cache-action.ts @@ -166,7 +166,7 @@ export class SaveEntitiesCanceled implements Action { readonly reason?: string; readonly tag?: string; }; - readonly type = EntityCacheAction.SAVE_ENTITIES_CANCEL; + readonly type = EntityCacheAction.SAVE_ENTITIES_CANCELED; constructor(correlationId: any, reason?: string, tag?: string) { this.payload = { correlationId, reason, tag };