summaryrefslogtreecommitdiff
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
authorblackhao <13851610112@163.com>2025-12-10 19:30:26 -0600
committerblackhao <13851610112@163.com>2025-12-10 19:30:26 -0600
commitd9b17431a799a0354103ef390f6db15f34fb92be (patch)
tree7e8f2d70bd39f6a32aa4eae8e9655afc339c6bc9 /frontend/src/App.tsx
parent0dcaf9d7da9fa5041fbd5489a60886ceb416b1d4 (diff)
init file sys
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);