We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b44f2 commit 8606ebeCopy full SHA for 8606ebe
datahub-web-react/src/app/previewV2/ContextPath.tsx
@@ -83,6 +83,8 @@ interface Props {
83
// eslint-disable-next-line react/no-unused-prop-types
84
entityLogoComponent?: JSX.Element;
85
86
+ instanceId?: string;
87
+ // eslint-disable-next-line react/no-unused-prop-types
88
typeIcon?: JSX.Element;
89
type?: string;
90
entityType: EntityType;
0 commit comments