mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
remove commented out code in the data list toolbar
This commit is contained in:
@@ -73,14 +73,6 @@ class DataListToolbar extends React.Component {
|
||||
this.setState({ isSearchDropdownOpen: false, searchKey: key });
|
||||
};
|
||||
|
||||
// onActionToggle = isActionDropdownOpen => {
|
||||
// this.setState({ isActionDropdownOpen });
|
||||
// };
|
||||
|
||||
// onActionSelect = () => {
|
||||
// this.setState({ isActionDropdownOpen: false });
|
||||
// };
|
||||
|
||||
render () {
|
||||
const { up } = DropdownPosition;
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user