Skip to content

Commit

Permalink
[docs][base-ui] Mark Popup with the Preview tag (mui#38851)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Sep 8, 2023
1 parent 38beab5 commit 22a8863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const pages: readonly MuiPage[] = [
{ pathname: '/base-ui/react-modal', title: 'Modal' },
{ pathname: '/base-ui/react-no-ssr', title: 'No-SSR' },
{ pathname: '/base-ui/react-popper', title: 'Popper' },
{ pathname: '/base-ui/react-popup', title: 'Popup' },
{ pathname: '/base-ui/react-popup', title: 'Popup', unstable: true },
{ pathname: '/base-ui/react-portal', title: 'Portal' },
{ pathname: '/base-ui/react-textarea-autosize', title: 'Textarea Autosize' },
],
Expand Down

0 comments on commit 22a8863

Please sign in to comment.