Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix query params
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 8, 2021
1 parent 578667d commit 7764b3a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/manage/Blocks/NavigationBlock/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import { Menu } from 'semantic-ui-react';
/* HELPERS */
import cx from 'classnames';
import { isActive, getNavigationByParent, getBasePath } from './helpers';
import {
deleteQueryParam,
setQueryParam,
} from '@eeacms/volto-datablocks/actions';
import { useEffect } from 'react';
import './styles.css';
import cookie from 'react-cookie';
Expand Down Expand Up @@ -249,6 +245,6 @@ export default compose(
)
: {},
}),
{ deleteQueryParam, setQueryParam },
{},
),
)(View);

0 comments on commit 7764b3a

Please sign in to comment.