diff --git a/kraken_frontend/src/views/workspace/workspace.tsx b/kraken_frontend/src/views/workspace/workspace.tsx index 3ef8a9232..8762b033d 100644 --- a/kraken_frontend/src/views/workspace/workspace.tsx +++ b/kraken_frontend/src/views/workspace/workspace.tsx @@ -17,6 +17,7 @@ export const WORKSPACE_CONTEXT = React.createContext({ attacks: [], members: [], notes: "", + archived: false, createdAt: new Date(), }, });