diff --git a/stubs/inertia/resources/js/Components/Modal.vue b/stubs/inertia/resources/js/Components/Modal.vue index 6e4a5385e..0779f4578 100644 --- a/stubs/inertia/resources/js/Components/Modal.vue +++ b/stubs/inertia/resources/js/Components/Modal.vue @@ -37,7 +37,6 @@ watch(() => props.show, () => { const close = () => { if (props.closeable) { emit('close'); - e.preventDefault(); } };