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
@@ -186,7 +186,7 @@
<ion-footer>
<div class="buttons">
<button class="btn-cancel" shape="round" (click)="cancelTask()">Cancelar</button>
<button *ngIf="taskType == '0'" class="btn-ok" shape="round" (click)="saveTask()">Despachar</button>
<button *ngIf="taskType == '0'" class="btn-ok" shape="round" (click)="saveTask()">Concluir</button>
<button *ngIf="taskType == '1'" class="btn-ok" shape="round" (click)="saveTask()">Solicitar</button>
</div>
</ion-footer>
@@ -235,6 +235,6 @@
<ion-footer>
<div class="buttons">
<button class="btn-cancel" shape="round" (click)="cancelTask()">Cancelar</button>
<button class="btn-ok" shape="round" (click)="saveTask()">Adicionar</button>
<button class="btn-ok" shape="round" (click)="saveTask()">Concluir</button>
</div>
</ion-footer>
+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) => {