Skip to content

Commit

Permalink
fix: update import path for useFramework in PortalContextSelector and…
Browse files Browse the repository at this point in the history
… uncomment component in ProjectPortalPage
  • Loading branch information
Noggling committed Nov 15, 2024
1 parent cb82544 commit 999acb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '@equinor/fusion-portal-react-context';
import { getContextPageURL } from '@equinor/project-portal-common';
import { NavigationModule } from '@equinor/fusion-framework-module-navigation';
import { useFramework } from '@equinor/fusion-framework-react';
import { useFramework } from '@equinor/fusion-framework-react-app/framework';
import { useMemo } from 'react';

const StyledWrapper = styled.div`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const ProjectPortalPage = (): JSX.Element => {
applications associated with the selected context through the menu.
</Typography>
</Styles.Section>
{/* <PortalContextSelector /> */}
<PortalContextSelector />
</Styles.ContentWrapper>
{feature?.enabled && <Allocations />}
</Styles.Content>
Expand Down

0 comments on commit 999acb4

Please sign in to comment.