필요없는 코드 삭제

This commit is contained in:
yoon 2025-03-18 10:35:15 +09:00
parent aee91c0ce7
commit 0e0c4ceed4

View File

@ -105,7 +105,6 @@ const eventDate = ref('');
const selectedProject = ref(null);
const checkedInProject = ref(null);
//
const isModalOpen = ref(false);
const commuters = ref([]);
@ -375,12 +374,6 @@ watch(() => projectStore.selectedProject, (newProject) => {
}
});
//
const openModal = () => {
isModalOpen.value = true;
};
//
const closeModal = () => {
isModalOpen.value = false;