]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/date-time-picker/date-time-picker.component.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / date-time-picker / date-time-picker.component.ts
index 390edbfd84a4cdc7b058ee7e6a4c3dca32866aff..b05c7f28ce4b7a5f030439e30c8bd590e61aead4 100644 (file)
@@ -1,5 +1,5 @@
 import { Component, Input, OnInit } from '@angular/core';
-import { FormControl } from '@angular/forms';
+import { UntypedFormControl } from '@angular/forms';
 
 import { NgbCalendar, NgbDateStruct, NgbTimeStruct } from '@ng-bootstrap/ng-bootstrap';
 import moment from 'moment';
@@ -12,7 +12,7 @@ import { Subscription } from 'rxjs';
 })
 export class DateTimePickerComponent implements OnInit {
   @Input()
-  control: FormControl;
+  control: UntypedFormControl;
 
   @Input()
   hasSeconds = true;