Skip to content

Commit

Permalink
Fix [Model Endpoints] same model endpoints are being displayed multip…
Browse files Browse the repository at this point in the history
…le times over and over again (mlrun#2946)
  • Loading branch information
ilan7empest authored Dec 16, 2024
1 parent 270c4e2 commit 9250800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModelsPage/ModelEndpoints/ModelEndpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const ModelEndpoints = () => {
isRowRendered(virtualizationConfig, index) && (
<ArtifactsTableRow
actionsMenu={actionsMenu}
key={tableItem.data.ui.identifier}
key={tableItem.data.ui.identifierUnique}
rowIndex={index}
rowItem={tableItem}
selectedItem={selectedModelEndpoint}
Expand Down

0 comments on commit 9250800

Please sign in to comment.