Skip to content

Commit b5c5d8b

Browse files
committed
fix: remove href attribute that blocked onClick events
1 parent 772d189 commit b5c5d8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/widgets/MainViewServiceList/Table/ModelRepository.js

-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ class ModelRepositoryItem extends React.Component {
134134
<a
135135
onClick={this.openPublishTrainingModal}
136136
className="btn btn-outline-secondary"
137-
href="#"
138137
title="Publish"
139138
>
140139
<i className="fas fa-plus" />
@@ -153,7 +152,6 @@ class ModelRepositoryItem extends React.Component {
153152
<a
154153
onClick={this.deleteRepositoryModal}
155154
className="btn btn-outline-danger"
156-
href="#"
157155
title="Delete"
158156
>
159157
<i className="fas fa-trash" />

0 commit comments

Comments
 (0)