typing fix in popup dialog prop

This commit is contained in:
Elvanos 2023-10-25 23:49:55 +02:00
parent 91bba8c1eb
commit def6fc4ff9

View file

@ -53,7 +53,7 @@ const props = defineProps<{
/**
* Custom input directly fed to the component in case it doesn't get triggered from the global store
*/
directInput: T_documentList
directInput?: T_documentList
}>()
/**