Fix function name

This commit is contained in:
Rachid Mrad 2024-11-20 20:22:33 -05:00
parent 74ef42095e
commit e24a30ecb3
No known key found for this signature in database

View file

@ -357,7 +357,7 @@ export class BaseTable {
* Calls "uswdsUnloadModals" to remove any existing modal element to make sure theres no unintended consequences * Calls "uswdsUnloadModals" to remove any existing modal element to make sure theres no unintended consequences
* from leftover event listeners + can be properly re-initialized * from leftover event listeners + can be properly re-initialized
*/ */
uswdsUnloadModals(){} unloadModals(){}
/** /**
* Loads modals + sets up event listeners for the modal submit actions * Loads modals + sets up event listeners for the modal submit actions