We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb5886 commit 7b02270Copy full SHA for 7b02270
datahub-web-react/src/app/entity/shared/entityForm/FormByEntity.tsx
@@ -63,13 +63,12 @@ export default function FormByEntity({ formUrn }: Props) {
63
<ContentWrapper>
64
<ProgressBar formUrn={formUrn} />
65
<FlexWrapper>
66
+ <Form formUrn={formUrn} />
67
<ProfileSidebar
68
sidebarSections={loading ? [] : sections}
69
topSection={{ component: () => <EntityInfo formUrn={formUrn} /> }}
70
backgroundColor="white"
- alignLeft
71
/>
72
- <Form formUrn={formUrn} />
73
</FlexWrapper>
74
</ContentWrapper>
75
</EntityContext.Provider>
0 commit comments