Skip to content

Commit 7255b69

Browse files
committed
alert duration change to show info
Signed-off-by: Mohd. Shariq <[email protected]>
1 parent fd1b521 commit 7255b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/core/north/north-task-modal/north-task-modal.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export class NorthTaskModalComponent implements OnInit, OnChanges {
580580
this.apiCallsStack = [];
581581
});
582582
} else {
583-
this.toast.info('Nothing to save', 5000);
583+
this.toast.info('Nothing to save', 3000);
584584
this.toggleModal(false);
585585
}
586586
}

src/app/components/core/south/south-service-modal/south-service-modal.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ export class SouthServiceModalComponent implements OnInit {
597597
this.apiCallsStack = [];
598598
});
599599
} else {
600-
this.toastService.info('Nothing to save', 5000);
600+
this.toastService.info('Nothing to save', 3000);
601601
this.toggleModal(false);
602602
}
603603
}

0 commit comments

Comments
 (0)