Skip to content

Commit

Permalink
[website] Add date range picker to pricing table (mui#34399)
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas authored and alexfauquette committed Oct 14, 2022
1 parent c03086d commit eefc29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/pricing/PricingTable.tsx
Expand Up @@ -674,7 +674,7 @@ const proData: Record<string, React.ReactNode> = {
'data-grid/keyboard-nav': yes,
'data-grid/localization': yes,
'date-picker/simple': yes,
'date-picker/range': pending,
'date-picker/range': yes,
'mui-x-production': yes,
'mui-x-development': <Info value="1 year" />,
'mui-x-updates': <Info value="1 year" />,
Expand Down Expand Up @@ -732,7 +732,7 @@ const premiumData: Record<string, React.ReactNode> = {
'data-grid/keyboard-nav': yes,
'data-grid/localization': yes,
'date-picker/simple': yes,
'date-picker/range': pending,
'date-picker/range': yes,
'mui-x-production': yes,
'mui-x-development': <Info value="1 year" />,
'mui-x-updates': <Info value="1 year" />,
Expand Down

0 comments on commit eefc29d

Please sign in to comment.