This commit is contained in:
pa
2026-02-18 18:14:21 +09:00
parent a13b197d06
commit 7288995c73
22 changed files with 198 additions and 110 deletions
+1 -1
View File
@@ -2531,7 +2531,7 @@ export const useNotificationStore = defineStore('Notification', () => {
handleNotificationHide({ params });
notificationRequest.hideNotificationV2(params.notificationId);
console.error('Notification response failed', err);
toast.error('Error');
toast.error(t('message.error'));
});
}