We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c1341 commit 1dc79d8Copy full SHA for 1dc79d8
packages/core/src/client/standalone/App.vue
@@ -36,7 +36,7 @@ watch(
36
{ immediate: true },
37
)
38
39
-function switchEntry(id: string) {
+function switchEntry(id: string | undefined) {
40
if (id) {
41
context.docks.switchEntry(id)
42
}
0 commit comments