mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix(ui): refresh provider related issues (#3385)
This commit is contained in:
@@ -36,6 +36,11 @@ const ProviderCards = memo(function ProviderCards({
|
||||
refreshProviders();
|
||||
}
|
||||
},
|
||||
onDelete: () => {
|
||||
if (refreshProviders) {
|
||||
refreshProviders();
|
||||
}
|
||||
},
|
||||
formProps: {},
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user