Skip to content

Commit b41920f

Browse files
committed
Fix build process
1 parent ac2d603 commit b41920f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/catalog/CatalogPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CatalogPage extends React.Component {
4646
render: (text, record) => (
4747
<span>
4848
{this.state.catalog.objpermissions.includes('U') &&
49-
<Button type="primary" id="edit" icon="edit" style={{margin: "0 5px"}}/>
49+
<Button type="primary" id="edit" icon="editnpm -v" style={{margin: "0 5px"}}/>
5050
}
5151

5252
{!this.state.catalog.objpermissions.includes('U') &&

src/components/catalog/ManageCatalogPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
3-
import CatalogForm from '../../../../react2/src/components/catalog/CatalogForm';
3+
import CatalogForm from './CatalogForm';
44
import CatalogApi from '../../api/catalogApi';
55
import { Breadcrumb, Spin, notification, Modal } from 'antd';
66

0 commit comments

Comments
 (0)