mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 14:16:41 +07:00
node layout placeholder
This commit is contained in:
parent
b154277de8
commit
f121dea3ea
3 changed files with 29 additions and 13 deletions
|
@ -5,6 +5,7 @@ import { INodeState } from './reducer';
|
|||
|
||||
const setSaveErrors = (state: INodeState, { errors }: ReturnType<typeof nodeSetSaveErrors>) =>
|
||||
assocPath(['errors'], errors, state);
|
||||
|
||||
const setLoading = (state: INodeState, { is_loading }: ReturnType<typeof nodeSetLoading>) =>
|
||||
assocPath(['is_loading'], is_loading, state);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue