diff --git a/src/redux/flow/sagas.ts b/src/redux/flow/sagas.ts index c236ea13..6d90e6fd 100644 --- a/src/redux/flow/sagas.ts +++ b/src/redux/flow/sagas.ts @@ -22,10 +22,15 @@ import { selectFlowNodes } from "./selectors"; import { reqWrapper } from "../auth/sagas"; import { postCellView } from "./api"; import { IFlowState } from "./reducer"; -import uniqBy from "ramda/es/uniqBy"; import uniq from "ramda/es/uniq"; function* onGetFlow() { + const { + flow: { _persist } + } = yield select(); + + if (!_persist.rehydrated) return; + yield put(flowSetFlow({ is_loading: true })); const {