We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772d189 commit b5c5d8bCopy full SHA for b5c5d8b
src/components/widgets/MainViewServiceList/Table/ModelRepository.js
@@ -134,7 +134,6 @@ class ModelRepositoryItem extends React.Component {
134
<a
135
onClick={this.openPublishTrainingModal}
136
className="btn btn-outline-secondary"
137
- href="#"
138
title="Publish"
139
>
140
<i className="fas fa-plus" />
@@ -153,7 +152,6 @@ class ModelRepositoryItem extends React.Component {
153
152
154
onClick={this.deleteRepositoryModal}
155
className="btn btn-outline-danger"
156
157
title="Delete"
158
159
<i className="fas fa-trash" />
0 commit comments