🐛 Fix notify
This commit is contained in:
parent
86b7fd85af
commit
ff9f9b574b
@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => {
|
||||
total.value++
|
||||
|
||||
if (Capacitor.getPlatform() === "web") {
|
||||
new Notification(data["id"], {
|
||||
new Notification(data["subject"], {
|
||||
body: data["subject"]
|
||||
})
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user