add location

This commit is contained in:
pa
2026-02-21 20:18:49 +09:00
parent 94c33f90ae
commit f5486262d4
2 changed files with 26 additions and 4 deletions
+1
View File
@@ -2651,6 +2651,7 @@ export const useNotificationStore = defineStore('Notification', () => {
function deleteNotificationLogPrompt(row) {
modalStore
.confirm({
// TODO: type translation
description: t('confirm.delete_type', { type: row.type }),
title: t('confirm.title')
})