1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
Fedor Katurov 2021-02-27 18:59:48 +07:00
parent 86a22cca3c
commit a5947cebe1
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import React, {
useCallback,
useEffect,
useRef,
useState
useState,
} from 'react';
import classNames from 'classnames';
import autosize from 'autosize';

View file

@ -25,7 +25,7 @@ import {
nodeSetRelated,
nodeSetSaveErrors,
nodeSetTags,
nodeUpdateTags
nodeUpdateTags,
} from './actions';
import {
getNode,
@ -37,7 +37,7 @@ import {
postNodeLock,
postNodeLockComment,
postNodeStar,
updateNodeTags
updateNodeTags,
} from './api';
import { reqWrapper } from '../auth/sagas';
import { flowSetNodes, flowSetUpdated } from '../flow/actions';