Browse Source

UI: Code cleanup

pull/9240/head
Igor Kulikov 3 years ago
parent
commit
b3a8ce17be
  1. 3
      ui-ngx/src/app/shared/components/value-input.component.ts

3
ui-ngx/src/app/shared/components/value-input.component.ts

@ -15,7 +15,7 @@
///
import { Component, forwardRef, Input, OnInit, ViewChild } from '@angular/core';
import { ControlValueAccessor, NG_VALUE_ACCESSOR, NgForm, NgModel } from '@angular/forms';
import { ControlValueAccessor, NG_VALUE_ACCESSOR, NgForm } from '@angular/forms';
import { ValueType, valueTypesMap } from '@shared/models/constants';
import { isObject } from '@core/utils';
import { MatDialog } from '@angular/material/dialog';
@ -23,7 +23,6 @@ import {
JsonObjectEditDialogComponent,
JsonObjectEditDialogData
} from '@shared/components/dialog/json-object-edit-dialog.component';
import { coerceBoolean } from '@shared/decorators/coercion';
@Component({
selector: 'tb-value-input',

Loading…
Cancel
Save