summaryrefslogtreecommitdiff
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.tsx')
-rw-r--r--frontend/src/App.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 8ae93c7..5477ff2 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -158,7 +158,9 @@ function Flow() {
mergedTraces: [],
response: '',
status: 'idle',
- inputs: 1
+ inputs: 1,
+ attachedFileIds: [],
+ activeTraceIds: []
},
});
setMenu(null);