merge: upstream
This commit is contained in:
@@ -32,7 +32,7 @@ const emit = defineEmits<{
|
||||
|
||||
function done() {
|
||||
emit('done');
|
||||
modal.value.close();
|
||||
modal.value?.close();
|
||||
}
|
||||
|
||||
watch(() => props.showing, () => {
|
||||
|
||||
Reference in New Issue
Block a user