Skip to content

Commit

Permalink
Fix icon of edit button #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ssarkisy committed Nov 3, 2017
1 parent b41920f commit 8011dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/catalog/CatalogPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CatalogPage extends React.Component {
render: (text, record) => (
<span>
{this.state.catalog.objpermissions.includes('U') &&
<Button type="primary" id="edit" icon="editnpm -v" style={{margin: "0 5px"}}/>
<Button type="primary" id="edit" icon="edit" style={{margin: "0 5px"}}/>
}

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

0 comments on commit 8011dfb

Please sign in to comment.