Skip to content

Commit 661f275

Browse files
feat: Enhanced withCallState to accept mutliple collection configuration with backward compatibility
1 parent 1921e99 commit 661f275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ngrx-toolkit/src/lib/with-call-state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function withCallState<Collection extends string>(config?: {
7676
)
7777
}
7878
return {
79-
callStateKey: 'init',
79+
callState: 'init',
8080
};
8181
}),
8282
withComputed((state: Record<string, Signal<unknown>>) => {

0 commit comments

Comments
 (0)