mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
node no comments
This commit is contained in:
parent
b4d7bd2c8a
commit
96bdbb0e04
11 changed files with 103 additions and 61 deletions
|
@ -23,6 +23,11 @@ export const nodeSetLoading = (is_loading: INodeState['is_loading']) => ({
|
|||
type: NODE_ACTIONS.SET_LOADING,
|
||||
});
|
||||
|
||||
export const nodeSetLoadingComments = (is_loading_comments: INodeState['is_loading_comments']) => ({
|
||||
is_loading_comments,
|
||||
type: NODE_ACTIONS.SET_LOADING_COMMENTS,
|
||||
});
|
||||
|
||||
export const nodeSetCurrent = (current: INodeState['current']) => ({
|
||||
current,
|
||||
type: NODE_ACTIONS.SET_CURRENT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue