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(
|
subscriptions.push(
|
||||||
MeasurementService.subscribe(evt, () => {
|
MeasurementService.subscribe(evt, () => {
|
||||||
setMeasurementsUpdated(Date.now().toString());
|
setMeasurementsUpdated(Date.now().toString());
|
||||||
})
|
}).unsubscribe
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user