Skip to content

Commit

Permalink
Fix relation-table.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiLandiak committed Sep 16, 2024
1 parent 8ea2230 commit 7634f91
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7634f91

Please sign in to comment.