model vue postulación #10

Merged
esteban merged 6 commits from status-postulacion into main 2026-02-20 00:15:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a00b9fd331 - Show all commits

View File

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