mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
remove commented out code in the data list toolbar
This commit is contained in:
parent
e5320b6fa6
commit
aaaf598ca1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user