Skip to content

Commit

Permalink
Merge pull request #613 from CBIIT/CRDCDH-2266
Browse files Browse the repository at this point in the history
fix: Version changing not rebuilding UI
  • Loading branch information
Alejandro-Vega authored Jan 31, 2025
2 parents 8f92045 + c25984d commit 322ce55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/ModelNavigator/Controller.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ModelNavigatorController: React.FC = () => {
}

return (
<DataCommonProvider key={model} DataCommon={model}>
<DataCommonProvider key={`${model}_${version}`} DataCommon={model}>
<ErrorBoundary errorMessage="Unable to load the Model Navigator for the requested model">
<NavigatorView version={version} />
</ErrorBoundary>
Expand Down

0 comments on commit 322ce55

Please sign in to comment.