undefined warning

This commit is contained in:
kvan7
2026-06-20 09:08:25 -05:00
parent 8577382dce
commit 6b11a55eea
@@ -24,7 +24,7 @@ export default defineComponent({
required: true,
},
selectedAugment: {
type: Object as PropType<EditorItem | undefined>,
type: Object as PropType<EditorItem | undefined> | undefined,
required: true,
},
},