mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 02:36:02 +02:00
Fix function name
This commit is contained in:
parent
74ef42095e
commit
e24a30ecb3
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ export class BaseTable {
|
|||
* Calls "uswdsUnloadModals" to remove any existing modal element to make sure theres no unintended consequences
|
||||
* from leftover event listeners + can be properly re-initialized
|
||||
*/
|
||||
uswdsUnloadModals(){}
|
||||
unloadModals(){}
|
||||
|
||||
/**
|
||||
* Loads modals + sets up event listeners for the modal submit actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue