removed orgsToDelete and fixed other tests

This commit is contained in:
Alex Corey
2019-04-30 10:22:25 -04:00
parent f4da620c4d
commit f71421f60a
2 changed files with 9 additions and 9 deletions

View File

@@ -146,7 +146,6 @@ class OrganizationsList extends Component {
handleClearOrgDeleteModal () {
this.setState({
isModalOpen: false,
selected: []
});
}