Skip to content

Commit

Permalink
Register for UI ERModelRelationEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
rtekal committed Feb 2, 2024
1 parent 43bc95c commit 2369e07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datahub-web-react/src/app/buildEntityRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import GlossaryNodeEntity from './entity/glossaryNode/GlossaryNodeEntity';
import { DataPlatformEntity } from './entity/dataPlatform/DataPlatformEntity';
import { DataProductEntity } from './entity/dataProduct/DataProductEntity';
import { DataPlatformInstanceEntity } from './entity/dataPlatformInstance/DataPlatformInstanceEntity';
import { ERModelRelationEntity } from './entity/ermodelrelations/ERModelRelationEntity'
import { RoleEntity } from './entity/Access/RoleEntity';

export default function buildEntityRegistry() {
Expand All @@ -44,5 +45,6 @@ export default function buildEntityRegistry() {
registry.register(new DataPlatformEntity());
registry.register(new DataProductEntity());
registry.register(new DataPlatformInstanceEntity());
registry.register(new ERModelRelationEntity())
return registry;
}

0 comments on commit 2369e07

Please sign in to comment.