refactor: reactive stream of save context
This commit is contained in:
parent
1fdb6488fd
commit
fc4e945a7e
1 changed files with 5 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue