fix: view more button in notification center should navigate to notification page

This commit is contained in:
pa
2026-03-25 09:27:28 +09:00
parent fc1c62d7c2
commit 305d54eb8b
3 changed files with 18 additions and 6 deletions

View File

@@ -117,7 +117,7 @@
function navigateToTable() {
isNotificationCenterOpen.value = false;
router.push({ name: 'notification' });
router.push({ name: 'notification', query: { fromCenter: '1' } });
}
function showSendInviteResponseDialog(invite) {