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 7b41e0b commit 31a2dbdCopy full SHA for 31a2dbd
packages/applet/src/modules/components/index.vue
@@ -19,7 +19,7 @@ import RootStateViewer from '~/components/state/RootStateViewer.vue'
19
import { getValidNodeId, searchDeepInObject } from '~/utils'
20
21
const props = defineProps<{
22
- savedSelectedId: string
+ savedSelectedId?: string
23
}>()
24
const emit = defineEmits(['openInEditor', 'onInspectComponentStart', 'onInspectComponentEnd', 'onSelectId'])
25
// responsive layout
0 commit comments