We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41920f commit 8011dfbCopy full SHA for 8011dfb
src/components/catalog/CatalogPage.js
@@ -46,7 +46,7 @@ class CatalogPage extends React.Component {
46
render: (text, record) => (
47
<span>
48
{this.state.catalog.objpermissions.includes('U') &&
49
- <Button type="primary" id="edit" icon="editnpm -v" style={{margin: "0 5px"}}/>
+ <Button type="primary" id="edit" icon="edit" style={{margin: "0 5px"}}/>
50
}
51
52
{!this.state.catalog.objpermissions.includes('U') &&
0 commit comments