From 42cc941c76f9743715b10603a72d5ab37fcb24fe Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Tue, 4 Sep 2018 16:22:26 +0200 Subject: [PATCH] mgr/dashboard: Remove useless code Signed-off-by: Volker Theile --- .../src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts index 8623351791d..50bb1194d95 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts @@ -1,5 +1,5 @@ import { Component, OnInit } from '@angular/core'; -import { AbstractControl, AsyncValidatorFn, ValidationErrors, Validators } from '@angular/forms'; +import { AbstractControl, ValidationErrors, Validators } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import * as _ from 'lodash'; -- 2.47.3