Skip to content

Commit

Permalink
Issue #SH-600 merge: Merge pull request #1038 from NavKumarV/release-…
Browse files Browse the repository at this point in the history
…3.1.0

Issue #SH-600 fix: removeing extra parameter
  • Loading branch information
swayangjit authored Jul 7, 2020
2 parents a5a0e44 + a6ab884 commit 46913d6
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 46913d6

Please sign in to comment.