form voluntarios pendiente
This commit is contained in:
parent
75f4e74975
commit
a00b9fd331
|
|
@ -9,7 +9,7 @@ const tl = createTranslator(props.locale);
|
||||||
|
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
const modalRef = ref(null);
|
const modalRef = ref(null);
|
||||||
const isFormPendiente = ref(false);
|
const isFormPendiente = ref(true);
|
||||||
|
|
||||||
const openModal = () => {
|
const openModal = () => {
|
||||||
modalRef.value?.showModal();
|
modalRef.value?.showModal();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue