From 0327a12db19eb7fde02bbe63738d53e4e08fc9ec Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Fri, 13 Sep 2019 12:20:55 +0200 Subject: [PATCH] mgr/dashboard: remove BsDatepickerModule import Remove the import because it's imported twice. Signed-off-by: Tatjana Dehler --- .../dashboard/frontend/src/app/ceph/cluster/cluster.module.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts index 4a11c8e63bc2..ba98a8683f55 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts @@ -79,7 +79,6 @@ import { ServicesComponent } from './services/services.component'; MgrModulesModule, TypeaheadModule.forRoot(), TimepickerModule.forRoot(), - BsDatepickerModule.forRoot(), NgBootstrapFormValidationModule, CephSharedModule ], -- 2.47.3