Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GDB-11096) Fix injection issue in secondary modal controller for …
…multi-region cluster configuration ## What: Updated the controller property in secondaryModalConfig to use array syntax for dependency injection, ensuring $scope, $uibModalInstance, and config are correctly injected into secondaryModeModalController. ## Why: This change prevents minification errors that occurred due to missing dependency injection, causing the controller function to fail in production. ## How: Wrapped the secondaryModeModalController in an array syntax to ensure AngularJS correctly injects dependencies even after minification.
- Loading branch information