Skip to content

Commit

Permalink
Merge pull request #2471 from Shopify/update-pageaction-example
Browse files Browse the repository at this point in the history
[PageActions] Update delete button to destructive button
  • Loading branch information
mirualves authored Nov 27, 2019
2 parents e6c03de + dfd5654 commit 78adc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/components/PageActions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]}
/>
Expand Down

0 comments on commit 78adc3a

Please sign in to comment.