Skip to content

Commit

Permalink
fix: mc navigation issue (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Nov 13, 2024
1 parent 5b83f24 commit c4656bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ import {
} from '@equinor/fusion-framework-react-app';
import { enableContext } from '@equinor/fusion-framework-react-module-context';
import buildQuery from 'odata-query';
import { enableNavigation } from '@equinor/fusion-framework-module-navigation';

export const configure = async (config: IAppConfigurator, c: ComponentRenderArgs) => {
enableNavigation(config, c.env.basename);
enableContext(config, async (builder) => {
builder.setContextType(['ProjectMaster', 'Facility']);
builder.setContextParameterFn(({ search, type }) => {
Expand Down

0 comments on commit c4656bd

Please sign in to comment.