Skip to content

Commit 7b02270

Browse files
committed
fix(web) move form entity sidebar to right to align with saas
1 parent 9cb5886 commit 7b02270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datahub-web-react/src/app/entity/shared/entityForm/FormByEntity.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@ export default function FormByEntity({ formUrn }: Props) {
6363
<ContentWrapper>
6464
<ProgressBar formUrn={formUrn} />
6565
<FlexWrapper>
66+
<Form formUrn={formUrn} />
6667
<ProfileSidebar
6768
sidebarSections={loading ? [] : sections}
6869
topSection={{ component: () => <EntityInfo formUrn={formUrn} /> }}
6970
backgroundColor="white"
70-
alignLeft
7171
/>
72-
<Form formUrn={formUrn} />
7372
</FlexWrapper>
7473
</ContentWrapper>
7574
</EntityContext.Provider>

0 commit comments

Comments
 (0)