Skip to content

Commit

Permalink
Fix: refresh product
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbet committed Sep 16, 2024
1 parent 1361e60 commit e3d91d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,7 @@ export class ArlasWuiRootComponent implements OnInit, AfterViewInit, OnDestroy {
// No tabs case
if (this.resultlistContributors.length === 1) {
this.waitFor(this.resultListComponent, () => this.openDetail(id));
this.disableRecalculateExtend = false;
} else {
this.waitFor(this.resultListComponent, () => {
// retrieve list
Expand Down

0 comments on commit e3d91d9

Please sign in to comment.