chore: pass current agent to ProviderList

This commit is contained in:
KimiSwitch Dev
2026-07-09 00:06:21 +08:00
parent 43b7ad18d0
commit fb72df6cfd
+1
View File
@@ -338,6 +338,7 @@ export default function App() {
onDelete={handleDeleteProvider}
onAdd={handleAddProvider}
onSwitchProvider={handleSwitchProvider}
agent={agent}
/>
) : currentProvider ? (
<ProviderEdit