refactor: reactive stream of save context

This commit is contained in:
Andrew Bastin
2021-08-19 19:38:32 +05:30
parent 1fdb6488fd
commit fc4e945a7e

View File

@@ -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()