Skip to content

Commit 8564c10

Browse files
committed
updated south modal to sow alert for no change
Signed-off-by: Mohd. Shariq <[email protected]>
1 parent 0c7c406 commit 8564c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -580,7 +580,6 @@ export class SouthServiceModalComponent implements OnInit {
580580
if (this.apiCallsStack.length > 0) {
581581
this.ngProgress.start();
582582
forkJoin(this.apiCallsStack).subscribe((result) => {
583-
console.log('result', result);
584583
result.forEach((r: any) => {
585584
this.ngProgress.done();
586585
if (r.failed) {
@@ -598,6 +597,7 @@ export class SouthServiceModalComponent implements OnInit {
598597
this.apiCallsStack = [];
599598
});
600599
} else {
600+
this.toast.info('Nothing to save', 5000);
601601
this.toggleModal(false);
602602
}
603603
}

0 commit comments

Comments
 (0)