]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / osd / osd-flags-indiv-modal / osd-flags-indiv-modal.component.ts
index e9e0b876f3bd896914d96c6bd5254233f838a756..1a7fd431c9107bb1dbb66ec305b134b46530a8c6 100644 (file)
@@ -1,5 +1,5 @@
 import { Component, OnInit } from '@angular/core';
-import { FormGroup } from '@angular/forms';
+import { UntypedFormGroup } from '@angular/forms';
 
 import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
 import _ from 'lodash';
@@ -21,7 +21,7 @@ export class OsdFlagsIndivModalComponent implements OnInit {
   permissions: Permissions;
   selected: object[];
   initialSelection: Flag[] = [];
-  osdFlagsForm = new FormGroup({});
+  osdFlagsForm = new UntypedFormGroup({});
   flags: Flag[] = [
     {
       code: 'noup',