1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

getting node diff

This commit is contained in:
Fedor Katurov 2019-11-18 15:39:33 +07:00
parent 6641a03d92
commit 3a34178ac4

View file

@ -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 {