Skip to content

Commit 2111643

Browse files
fix[frontend](settings): sending email configuration parameters on check (#2104)
1 parent bff4090 commit 2111643

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class AppConfigSectionsComponent implements OnInit, OnDestroy {
6868
.subscribe(response => {
6969
this.loading = false;
7070
this.configs = response.body;
71+
this.configToSave=this.configs
7172
this.validConfigSection.emit(this.checkConfigValid());
7273
}, error => {
7374
this.toastService.showError('Error', 'Error getting application configurations');

0 commit comments

Comments
 (0)