From a00b9fd3316ad1d967cddeedb00ee5047a64ebfd Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Thu, 19 Feb 2026 20:54:22 -0300 Subject: [PATCH] form voluntarios pendiente --- src/components/RegisterModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RegisterModal.vue b/src/components/RegisterModal.vue index 61b1c0c..4a3a414 100644 --- a/src/components/RegisterModal.vue +++ b/src/components/RegisterModal.vue @@ -9,7 +9,7 @@ const tl = createTranslator(props.locale); const loading = ref(false); const modalRef = ref(null); -const isFormPendiente = ref(false); +const isFormPendiente = ref(true); const openModal = () => { modalRef.value?.showModal();