mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
fix buttons
This commit is contained in:
parent
a6b42961be
commit
53b0c2da7c
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ import { initDomainManagersPage } from './domain-managers.js';
|
|||
import { initDomainDSData } from './domain-dsdata.js';
|
||||
import { initDomainDNSSEC } from './domain-dnssec.js';
|
||||
import { initFormErrorHandling } from './form-errors.js';
|
||||
import { initButtonLinks } from '../getgov-admin/button-utils.js';
|
||||
|
||||
initDomainValidators();
|
||||
|
||||
|
@ -49,3 +50,5 @@ initFormErrorHandling();
|
|||
initPortfolioMemberPageRadio();
|
||||
initPortfolioNewMemberPageToggle();
|
||||
initAddNewMemberPageListeners();
|
||||
|
||||
initButtonLinks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue