mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
added updated nodes to flow
This commit is contained in:
parent
6f76bec2c0
commit
74cd181530
13 changed files with 128 additions and 30 deletions
|
@ -17,6 +17,11 @@ export const flowSetRecent = (recent: IFlowState['recent']) => ({
|
|||
type: FLOW_ACTIONS.SET_RECENT,
|
||||
});
|
||||
|
||||
export const flowSetUpdated = (updated: IFlowState['updated']) => ({
|
||||
updated,
|
||||
type: FLOW_ACTIONS.SET_UPDATED,
|
||||
});
|
||||
|
||||
export const flowSetCellView = (id: INode['id'], flow: INode['flow']) => ({
|
||||
type: FLOW_ACTIONS.SET_CELL_VIEW,
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue