Skip to content

Commit

Permalink
Merge branch 'main' into 196256-remove-dataset-quality-unreachable-links
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedhamed-ahmed authored Oct 15, 2024
2 parents 690d56d + dbde89f commit dc7afe6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ const EntityAnalyticsEntityStoreTelemetry = () => (

const EntityAnalyticsEntityStoreContainer: React.FC = React.memo(() => {
return (
<Switch>
<Routes>
<Route
path={ENTITY_ANALYTICS_ENTITY_STORE_MANAGEMENT_PATH}
exact
component={EntityAnalyticsEntityStoreTelemetry}
/>
<Route component={NotFoundPage} />
</Switch>
</Routes>
);
});

Expand Down

0 comments on commit dc7afe6

Please sign in to comment.