]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-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-modal / osd-flags-modal.component.ts
index 640719382b42ee62ee7e0d5a8e9536812337558f..9def291ff670c526399e6ce576f4e3cc6ab5bc93 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';
@@ -19,7 +19,7 @@ import { NotificationService } from '~/app/shared/services/notification.service'
 export class OsdFlagsModalComponent implements OnInit {
   permissions: Permissions;
 
-  osdFlagsForm = new FormGroup({});
+  osdFlagsForm = new UntypedFormGroup({});
 
   allFlags = {
     noin: {