Skip to content

Commit

Permalink
fix: container/sticky-permutations page by introducing a toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
georgylobko committed Nov 13, 2024
1 parent a89976c commit 99af646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/container/sticky-permutations.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function () {
ariaLabels={labels}
breadcrumbs={urlParams.hasBreadcrumbs && <Breadcrumbs />}
navigationHide={true}
toolsHide={true}
contentType="table"
headerVariant={urlParams.highContrast ? 'high-contrast' : undefined}
notifications={urlParams.hasNotifications && <Notifications />}
Expand Down

0 comments on commit 99af646

Please sign in to comment.