diff options
| author | blackhao <13851610112@163.com> | 2025-12-10 19:30:26 -0600 |
|---|---|---|
| committer | blackhao <13851610112@163.com> | 2025-12-10 19:30:26 -0600 |
| commit | d9b17431a799a0354103ef390f6db15f34fb92be (patch) | |
| tree | 7e8f2d70bd39f6a32aa4eae8e9655afc339c6bc9 /frontend/src/App.tsx | |
| parent | 0dcaf9d7da9fa5041fbd5489a60886ceb416b1d4 (diff) | |
init file sys
Diffstat (limited to 'frontend/src/App.tsx')
| -rw-r--r-- | frontend/src/App.tsx | 4 |
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); |
