chore: generate
This commit is contained in:
parent
dac0dd5309
commit
710e408709
16 changed files with 2337 additions and 1228 deletions
|
|
@ -425,10 +425,7 @@ export const { use: useData, provider: DataProvider } = createSimpleContext({
|
|||
break
|
||||
case "credential.switched": {
|
||||
const location = { directory: metadata.directory, workspaceID: metadata.workspace }
|
||||
void Promise.allSettled([
|
||||
result.location.model.refresh(location),
|
||||
result.location.provider.refresh(location),
|
||||
])
|
||||
void Promise.allSettled([result.location.model.refresh(location), result.location.provider.refresh(location)])
|
||||
break
|
||||
}
|
||||
case "connector.updated":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue