mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
removed node related from sagas and reducers
This commit is contained in:
parent
d202a8cb18
commit
e8f8e3536d
7 changed files with 15 additions and 46 deletions
|
@ -69,11 +69,6 @@ export const nodeSetComments = (comments: IComment[]) => ({
|
|||
type: NODE_ACTIONS.SET_COMMENTS,
|
||||
});
|
||||
|
||||
export const nodeSetRelated = (related: INodeState['related']) => ({
|
||||
related,
|
||||
type: NODE_ACTIONS.SET_RELATED,
|
||||
});
|
||||
|
||||
export const nodeUpdateTags = (id: INode['id'], tags: string[]) => ({
|
||||
type: NODE_ACTIONS.UPDATE_TAGS,
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue