mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
#58 fixed upload buttons
This commit is contained in:
parent
b871cc2042
commit
97958a358b
4 changed files with 14 additions and 18 deletions
|
@ -3,3 +3,4 @@ import { IState } from '../store';
|
|||
export const selectNode = (state: IState) => state.node;
|
||||
export const selectNodeComments = (state: IState) => state.node.comments;
|
||||
export const selectNodeCurrent = (state: IState) => state.node.current;
|
||||
export const selectNodeEditor = (state: IState) => state.node.editor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue