Skip to content

Commit

Permalink
Contributor Console API - Organization Service Support - Added encode…
Browse files Browse the repository at this point in the history
…URIComponent (#67)

Signed-off-by: Amol Sontakke <amols@proximabiz.com>
  • Loading branch information
amolsontakke3576 authored Aug 4, 2020
1 parent 1f7b021 commit 4c4648a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class CorporateDashboardComponent {
clearTimeout(this.searchTimeout);
}
this.searchTimeout = setTimeout(() => {
this.searchOrganization(value);
this.searchOrganization(encodeURIComponent(value));
}, 300);
} else {
this.organizationList.list = [];
Expand Down

0 comments on commit 4c4648a

Please sign in to comment.