Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICU-13883 add remove org modal #2435

Merged
merged 11 commits into from
Aug 15, 2024
Prev Previous commit
Next Next commit
refactor: 💡 change to empty string
lisbet-alvarez committed Aug 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 742468ecf1d808b7bf0e18f5d1566202a329fd86
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ export default class FormRoleManageCustomScopesIndexComponent extends Component
*/
@action
toggleRemoveOrgModal() {
this.selectedOrg = [];
this.selectedOrg = '';
}

/**