feat: impl accepted/rejected button

This commit is contained in:
2025-01-26 17:30:59 +00:00
parent 1bc4206e39
commit c497b832ae
3 changed files with 40 additions and 3 deletions

View File

@@ -18,6 +18,14 @@ const DEFAULT_NODE = {
key: "Application submitted",
outs: {},
},
acceptedNode: {
key: "Accepted",
outs: {},
},
rejectedNode: {
key: "Rejected",
outs: {},
},
} as const
export { DEFAULT_NODE }