form voluntarios pendiente

This commit is contained in:
David Ascanio 2026-02-19 20:54:22 -03:00
parent 75f4e74975
commit a00b9fd331
1 changed files with 1 additions and 1 deletions

View File

@ -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();