Compare commits
No commits in common. "ff9f9b574b98876b7ac0e60a05c02dc61d154d9e" and "e0995b312ce166dc484d3d41ce69eaf6173ea75f" have entirely different histories.
ff9f9b574b
...
e0995b312c
Binary file not shown.
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 44 KiB |
@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => {
|
|||||||
total.value++
|
total.value++
|
||||||
|
|
||||||
if (Capacitor.getPlatform() === "web") {
|
if (Capacitor.getPlatform() === "web") {
|
||||||
new Notification(data["subject"], {
|
new Notification(data["id"], {
|
||||||
body: data["subject"]
|
body: data["subject"]
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user