diff --git a/.changeset/calm-colts-melt.md b/.changeset/calm-colts-melt.md new file mode 100644 index 00000000000..607baddc8ec --- /dev/null +++ b/.changeset/calm-colts-melt.md @@ -0,0 +1,6 @@ +--- +'@shopify/polaris': patch +'polaris.shopify.com': patch +--- + +Updated IndexTable documentation for when to hide bulk actions diff --git a/polaris-react/src/components/IndexTable/IndexTable.stories.tsx b/polaris-react/src/components/IndexTable/IndexTable.stories.tsx index fe4832a8288..831c21e2ad1 100644 --- a/polaris-react/src/components/IndexTable/IndexTable.stories.tsx +++ b/polaris-react/src/components/IndexTable/IndexTable.stories.tsx @@ -6,6 +6,7 @@ import type { IndexTableRowProps, } from '@shopify/polaris'; import { + useBreakpoints, InlineStack, LegacyCard, EmptySearchResult, @@ -107,6 +108,7 @@ export function Default() { return ( - - - {rowMarkup} - - - + + + {rowMarkup} + + ); } @@ -1323,6 +1326,7 @@ export function WithLoadingState() { return (