Skip to content

Commit

Permalink
clients/guides: tools fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 5, 2024
1 parent 13ca2c1 commit 0e9774b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export const DocumentationPageSidebar = ({
activeSection,
}: {
children?: React.ReactNode
activeSection: 'overview' | 'api' | 'guides' | 'support' | 'contribute'
activeSection: 'overview' | 'api' | 'guides' | 'support' | 'contribute' | 'tools'
}) => {
const { isShown, show, hide, toggle } = useModal()

Expand Down

0 comments on commit 0e9774b

Please sign in to comment.