remove text adicionar on efetuar depacho modal

This commit is contained in:
Eudes Inácio
2023-06-11 20:15:32 +01:00
parent b6ef9e191c
commit 54182e77a2
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -151,9 +151,9 @@ export class NotificationsService {
(notification: PushNotificationSchema) => {
this.active = true
console.log(notification)
this.storageService.get("Notifications").then((store) => {
console.log(notification)
store.push(notification)
this.storageService.store("Notifications", store)
}).catch((error) => {