From 6fa774334e9f71a8607bc34f6e0b8b79f0f7dbaf Mon Sep 17 00:00:00 2001 From: megli2 Date: Wed, 4 Oct 2023 12:49:43 +0200 Subject: [PATCH] delete unused import --- .../check-in-form-metric/check-in-form-metric.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/shared/dialog/checkin/check-in-form-metric/check-in-form-metric.component.ts b/frontend/src/app/shared/dialog/checkin/check-in-form-metric/check-in-form-metric.component.ts index d2e1fa453b..b59a90a481 100644 --- a/frontend/src/app/shared/dialog/checkin/check-in-form-metric/check-in-form-metric.component.ts +++ b/frontend/src/app/shared/dialog/checkin/check-in-form-metric/check-in-form-metric.component.ts @@ -1,5 +1,5 @@ import { AfterViewInit, ChangeDetectionStrategy, Component, Input } from '@angular/core'; -import { FormGroup, ValidationErrors } from '@angular/forms'; +import { FormGroup } from '@angular/forms'; import errorMessages from '../../../../../assets/errors/error-messages.json'; import { KeyResultMetric } from '../../../types/model/KeyResultMetric'; import { UnitValueTransformationPipe } from '../../../pipes/unit-value-transformation/unit-value-transformation.pipe';