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() {
|
async function complete() {
|
||||||
await serverSync().refreshProviders().catch(() => undefined)
|
await serverSync()
|
||||||
|
.refreshProviders()
|
||||||
|
.catch(() => undefined)
|
||||||
dialog.close()
|
dialog.close()
|
||||||
showToast({
|
showToast({
|
||||||
variant: "success",
|
variant: "success",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue