diff --git a/UNRELEASED.md b/UNRELEASED.md index 4bc728a4faf..40e2a2b17e4 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -32,6 +32,7 @@ - Added a details page and kitchen sink example to Storybook ([#2402](https://github.com/Shopify/polaris-react/pull/2402)) - Combined the interface used by `Page` so the types can be parsed ([#2358](https://github.com/Shopify/polaris-react/pull/2358)) +- Updated the `PageActions` example ([#2471](https://github.com/Shopify/polaris-react/pull/2471)) ### Development workflow diff --git a/src/components/PageActions/README.md b/src/components/PageActions/README.md index fca96594a29..2934b96cf55 100644 --- a/src/components/PageActions/README.md +++ b/src/components/PageActions/README.md @@ -96,6 +96,7 @@ Used on a resource page (such as an individual order or product page) to let mer secondaryActions={[ { content: 'Delete', + destructive: true, }, ]} />