mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02: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 });
|
this.setState({ isSearchDropdownOpen: false, searchKey: key });
|
||||||
};
|
};
|
||||||
|
|
||||||
// onActionToggle = isActionDropdownOpen => {
|
|
||||||
// this.setState({ isActionDropdownOpen });
|
|
||||||
// };
|
|
||||||
|
|
||||||
// onActionSelect = () => {
|
|
||||||
// this.setState({ isActionDropdownOpen: false });
|
|
||||||
// };
|
|
||||||
|
|
||||||
render () {
|
render () {
|
||||||
const { up } = DropdownPosition;
|
const { up } = DropdownPosition;
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user