fix/ohif-remove-measurements-label-notification (#1884)

This commit is contained in:
Igor Octaviano 2020-07-10 12:06:05 -03:00 committed by GitHub
parent 1507f9eb61
commit 67f91251d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ function PanelMeasurementTableTracking({ servicesManager, extensionManager }) {
);
const {
MeasurementService,
UINotificationService,
UIDialogService,
DisplaySetService,
} = servicesManager.services;
@ -198,11 +197,6 @@ function PanelMeasurementTableTracking({ servicesManager, extensionManager }) {
...measurement,
...value,
});
UINotificationService.show({
title: 'Measurements',
message: 'Label updated successfully',
type: 'success',
});
}
}
UIDialogService.dismiss({ id: dialogId });