fix/ohif-remove-measurements-label-notification (#1884)
This commit is contained in:
parent
1507f9eb61
commit
67f91251d8
@ -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 });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user