feat: add new upload page for batch processing and importing team owner data to S2A.

This commit is contained in:
2026-01-30 12:48:03 +08:00
parent cbf65ba74f
commit 2b9831539c
2 changed files with 8 additions and 2 deletions

View File

@@ -464,7 +464,7 @@ export default function Upload() {
{activeTab === 'owners' && (
<div className="h-full overflow-hidden rounded-xl border border-slate-200 dark:border-slate-700 bg-white dark:bg-slate-800 shadow-sm">
<OwnerList />
<OwnerList onStatsChange={loadStats} />
</div>
)}