Skip to content

Commit de16cb6

Browse files
fix[frontend](settings): sending email configuration parameters on check
1 parent 4338b54 commit de16cb6

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)