Skip to content

Commit

Permalink
Merge pull request #4827 from relative-ci/fix-module-entry-link
Browse files Browse the repository at this point in the history
fix(ui): BundleModules - do not clear metric when opening side info
  • Loading branch information
vio authored Nov 7, 2024
2 parents da36413 + ae33f31 commit a8abed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/components/bundle-modules/bundle-modules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export const BundleModules = (props: BundleModulesProps) => {
[COMPONENT.BUNDLE_MODULES]: {
filters,
search,
metric: moduleMetric,
entryId: moduleEntryId,
sortBy: sort.field,
direction: sort.direction,
Expand All @@ -215,7 +216,7 @@ export const BundleModules = (props: BundleModulesProps) => {
{...moduleNameRestProps}
/>
),
[CustomComponentLink, filters, search, sort],
[CustomComponentLink, filters, search, sort, moduleMetric],
);

const metricsTableTitle = useMemo(
Expand Down

0 comments on commit a8abed1

Please sign in to comment.