Commit c893d5d2214321035a140867b0b4d53b1ad03825

Authored by ArtemDzhereleiko
1 parent 3d9003b1

Remove not used import

... ... @@ -17,7 +17,7 @@
17 17 import { Component, forwardRef, Input, OnInit, ViewChild } from '@angular/core';
18 18 import { ControlValueAccessor, NG_VALUE_ACCESSOR, NgForm } from '@angular/forms';
19 19 import { ValueType, valueTypesMap } from '@shared/models/constants';
20   -import { isObject, isDefinedAndNotNull } from '@core/utils';
  20 +import { isObject } from '@core/utils';
21 21 import { MatDialog } from '@angular/material/dialog';
22 22 import {
23 23 JsonObjectEditDialogComponent,
... ...