Skip to content

Commit b774084

Browse files
chore(deps): update dependency @openedx/paragon to v23.14.5 (#2530)
* chore(deps): update dependency @openedx/paragon to v23.14.5 * fix: correct type of ContainerPropsType --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Braden MacDonald <[email protected]>
1 parent aadccc7 commit b774084

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { SearchModal } from '../search-modal';
88
import { useContentMenuItems, useSettingMenuItems, useToolsMenuItems } from './hooks';
99
import messages from './messages';
1010

11-
type ContainerPropsType = React.ComponentProps<typeof Container>;
11+
type ContainerPropsType = Omit<React.ComponentProps<typeof Container>, 'children'>;
1212

1313
interface HeaderProps {
1414
contextId?: string,

0 commit comments

Comments
 (0)