Skip to content

Commit a423eaf

Browse files
fix[frontend](settings): sending email configuration parameters on check
1 parent e2993fc commit a423eaf

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
@@ -102,6 +102,7 @@ export class AppConfigSectionsComponent implements OnInit, OnDestroy {
102102
if (countryList) {
103103
this.loadSelectOptions(this.getName(countryList.confParamShort));
104104
}
105+
this.configToSave=this.configs
105106
this.validConfigSection.emit(this.checkConfigValid());
106107
}, error => {
107108
this.toastService.showError('Error', 'Error getting application configurations');

0 commit comments

Comments
 (0)