mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Fix merge conflict fallout. Remove stale edit click handler.
This commit is contained in:
parent
e0d8d35090
commit
9af3fa557b
@ -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}`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user