diff --git a/design/uiux/prototype/07-회의종료.html b/design/uiux/prototype/07-회의종료.html
index e52a1f2..bd9dd9e 100644
--- a/design/uiux/prototype/07-회의종료.html
+++ b/design/uiux/prototype/07-회의종료.html
@@ -296,9 +296,6 @@
-
@@ -447,9 +444,7 @@
function confirmMeeting() {
if (confirm('회의록을 최종 확정하시겠습니까?\n확정 후에는 Todo가 자동 할당됩니다.')) {
showToast('회의록이 확정되었습니다', 'success');
- setTimeout(() => {
- navigateTo('08-회의록공유.html');
- }, 1500);
+ navigateTo('02-대시보드.html');
}
}