mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-02 14:33:32 +00:00
chore: generate
This commit is contained in:
parent
c39ad38424
commit
970c38257c
1 changed files with 3 additions and 1 deletions
|
|
@ -704,7 +704,9 @@ function ProviderConnection(props: {
|
|||
})
|
||||
|
||||
async function complete() {
|
||||
await serverSync().refreshProviders().catch(() => undefined)
|
||||
await serverSync()
|
||||
.refreshProviders()
|
||||
.catch(() => undefined)
|
||||
dialog.close()
|
||||
showToast({
|
||||
variant: "success",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue