feat: add new upload page for batch processing and importing team owner data to S2A.
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user