diff --git a/ui-ngx/src/app/modules/home/components/relation/relation-table.component.ts b/ui-ngx/src/app/modules/home/components/relation/relation-table.component.ts index 11e01dff16..dcde29bed2 100644 --- a/ui-ngx/src/app/modules/home/components/relation/relation-table.component.ts +++ b/ui-ngx/src/app/modules/home/components/relation/relation-table.component.ts @@ -49,10 +49,9 @@ import { EntityId } from '@shared/models/id/entity-id'; import { RelationsDatasource } from '../../models/datasource/relation-datasource'; import { RelationDialogComponent, RelationDialogData } from '@home/components/relation/relation-dialog.component'; import { hidePageSizePixelValue } from '@shared/models/constants'; -import { ResizeObserver } from '@juggle/resize-observer'; +import { FormBuilder } from '@angular/forms'; import { coerceBooleanProperty } from '@angular/cdk/coercion'; import { EntityType } from '@shared/models/entity-type.models'; -import { FormBuilder } from '@angular/forms'; @Component({ selector: 'tb-relation-table',