mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
loading comments
This commit is contained in:
parent
76a3331719
commit
398f44e232
5 changed files with 21 additions and 6 deletions
|
@ -12,7 +12,7 @@ export const nodeSetSaveErrors = (errors: IValidationErrors) => ({
|
|||
type: NODE_ACTIONS.SET_SAVE_ERRORS,
|
||||
});
|
||||
|
||||
export const nodeLoadNode = (id: string | number, node_type: INode['type']) => ({
|
||||
export const nodeLoadNode = (id: number, node_type: INode['type']) => ({
|
||||
id,
|
||||
node_type,
|
||||
type: NODE_ACTIONS.LOAD_NODE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue