Skip to content

Commit

Permalink
Cache org name search results #3369
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 12, 2024
1 parent f276669 commit b5c7768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/components/javascript/associated-orgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ko.components.register('associated-orgs', {
setLabel();
}
this.organisationId.subscribe(updateLabel, this);
this.name.subscribe(updateLabel, this);
this.name.subscribe(setLabel, this);
updateLabel();


Expand Down

0 comments on commit b5c7768

Please sign in to comment.