mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Update src/registrar/assets/src/js/getgov/table-edit-member-domains.js
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
a64948f81b
commit
c743648fe0
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ export class EditMemberDomainsTable extends BaseTable {
|
|||
this.displayName = "domain";
|
||||
this.currentSortBy = 'name';
|
||||
this.initialDomainAssignments = []; // list of initially assigned domains
|
||||
this.initialDomainAssignmentsOnlyMember = []; // list of initially assigned domains
|
||||
// which are readonly
|
||||
this.initialDomainAssignmentsOnlyMember = []; // list of initially assigned domains which are readonly
|
||||
this.addedDomains = []; // list of domains added to member
|
||||
this.removedDomains = []; // list of domains removed from member
|
||||
this.initializeDomainAssignments();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue