diff --git a/newstore/RESTSession.ts b/newstore/RESTSession.ts index 80a7b5122..3377bbb05 100644 --- a/newstore/RESTSession.ts +++ b/newstore/RESTSession.ts @@ -608,6 +608,11 @@ export function deleteAllFormDataEntries() { }) } +export const restSaveContext$ = restSessionStore.subject$.pipe( + pluck("saveContext"), + distinctUntilChanged() +) + export const restRequest$ = restSessionStore.subject$.pipe( pluck("request"), distinctUntilChanged()