Fix unsubscribe bug in layout template
This commit is contained in:
parent
be6a04684b
commit
a8954befee
@ -89,7 +89,7 @@ function PanelMeasurementTableTracking({ servicesManager, commandsManager }) {
|
||||
subscriptions.push(
|
||||
MeasurementService.subscribe(evt, () => {
|
||||
setMeasurementsUpdated(Date.now().toString());
|
||||
})
|
||||
}).unsubscribe
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user