Skip to content

Commit fd1b521

Browse files
committed
removed extra logs and fixed tost service name issue
Signed-off-by: Mohd. Shariq <[email protected]>
1 parent 8564c10 commit fd1b521

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,6 @@ export class NorthTaskModalComponent implements OnInit, OnChanges {
545545
}
546546

547547
save() {
548-
console.log('save');
549-
550548
this.saveScheduleFields(this.form);
551549
if (!isEmpty(this.changedConfig) && this.pluginConfiguration?.name) {
552550
this.updateConfiguration(this.pluginConfiguration?.name, this.changedConfig, 'plugin-config');

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.toast.info('Nothing to save', 5000);
600+
this.toastService.info('Nothing to save', 5000);
601601
this.toggleModal(false);
602602
}
603603
}

0 commit comments

Comments
 (0)