Skip to content

Commit

Permalink
Issue #SH-600 fix: removeing extra parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
NavKumarV committed Jul 7, 2020
1 parent 3aca7a0 commit a6ab884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class SelfDeclaredTeacherEditPage {
if (!isFormLoaded) {
this.initialExternalIds[childConfig.code] = stateCode;
}
childConfig.templateOptions.options = this.buildStateListClosure(stateCode, isFormLoaded);
childConfig.templateOptions.options = this.buildStateListClosure(stateCode);
} else if (childConfig.templateOptions['dataSrc'].params.id === 'district') {
let districtDetails;
if (this.profile.externalIds && this.profile.externalIds.length) {
Expand Down

0 comments on commit a6ab884

Please sign in to comment.