chore: pass current agent to ProviderList
This commit is contained in:
@@ -338,6 +338,7 @@ export default function App() {
|
||||
onDelete={handleDeleteProvider}
|
||||
onAdd={handleAddProvider}
|
||||
onSwitchProvider={handleSwitchProvider}
|
||||
agent={agent}
|
||||
/>
|
||||
) : currentProvider ? (
|
||||
<ProviderEdit
|
||||
|
||||
Reference in New Issue
Block a user