Skip to content

Commit

Permalink
Don't clear org name on abn status change #3357
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Nov 12, 2024
1 parent 1db7439 commit 65bc9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grails-app/assets/javascripts/organisation.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ OrganisationViewModel = function (props, options) {
self.entityName(null);
self.businessNames(null);
self.entityType(null);
self.name(null);
};

self.projects = props.projects;
Expand Down

0 comments on commit 65bc9e3

Please sign in to comment.