fix(app): don't dispose instance after reset workspace
parent
2c5760742b
commit
284b00ff23
|
|
@ -1272,8 +1272,6 @@ export default function Layout(props: ParentProps) {
|
|||
),
|
||||
)
|
||||
|
||||
await globalSDK.client.instance.dispose({ directory }).catch(() => undefined)
|
||||
|
||||
setBusy(directory, false)
|
||||
dismiss()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue