mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Fix merge conflict fallout. Remove stale edit click handler.
This commit is contained in:
@@ -11,10 +11,6 @@ import { t } from '@lingui/macro';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { PencilAltIcon, SyncIcon } from '@patternfly/react-icons';
|
||||
|
||||
import { Link as _Link } from 'react-router-dom';
|
||||
import { SyncIcon } from '@patternfly/react-icons';
|
||||
import styled from 'styled-components';
|
||||
|
||||
import ActionButtonCell from '@components/ActionButtonCell';
|
||||
import ClipboardCopyButton from '@components/ClipboardCopyButton';
|
||||
import DataListCell from '@components/DataListCell';
|
||||
@@ -59,11 +55,6 @@ class ProjectListItem extends React.Component {
|
||||
);
|
||||
};
|
||||
|
||||
handleEditClick = project => {
|
||||
const { history } = this.props;
|
||||
history.push(`/projects/${project.id}/edit`);
|
||||
};
|
||||
|
||||
render() {
|
||||
const { project, isSelected, onSelect, detailUrl, i18n } = this.props;
|
||||
const labelId = `check-action-${project.id}`;
|
||||
|
||||
Reference in New Issue
Block a user