Skip to content

Commit 32510bd

Browse files
committed
Fix : Wrong api call from defer load
1 parent 5874e13 commit 32510bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/infra/defer-load/defer-load.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class DeferLoadComponent implements OnInit, OnDestroy, OnChanges {
6161
if (theRequestedAssignment !== this.currentLoadedAssignment || (lastUpdateCaseTime && lastUpdateCaseTime !== this.lastUpdateCaseTime)) {
6262
this.currentLoadedAssignment = theRequestedAssignment;
6363
this.lastUpdateCaseTime = lastUpdateCaseTime;
64-
this.updateSelf();
64+
this.loadActiveTab();
6565
}
6666
}
6767

0 commit comments

Comments
 (0)