Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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, | ... | ... |