Skip to content

Commit

Permalink
removing useFilterBar and useMultiSelect hooks from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfishdesign13 committed Sep 28, 2023
1 parent 1fb7c59 commit 2f8481c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/hooks/useFilterBar.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import { Meta, Source } from "@storybook/blocks";

<Meta title="Hooks/useFilterBar" />
{
// The documentation for the useFilterBar hook will be removed until the
// refactor of the v2 version of the MultiSelect and FilterBar components has
// been completed. To add the link for the useFilterBar hook back to the
// side bar, update the <Meta> element below.
// <Meta title="Hooks/useFilterBar" />
}

<Meta />

# useFilterBar

Expand Down
10 changes: 9 additions & 1 deletion src/hooks/useMultiSelect.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import { Meta, Source } from "@storybook/blocks";

<Meta title="Hooks/useMultiSelect" />
{
// The documentation for the useMultiSelect hook will be removed until the
// refactor of the v2 version of the MultiSelect and FilterBar components has
// been completed. To add the link for the useMultiSelect hook back to the
// side bar, update the <Meta> element below.
// <Meta title="Hooks/useMultiSelect" />
}

<Meta />

# useMultiSelect

Expand Down

0 comments on commit 2f8481c

Please sign in to comment.