Skip to content

Commit

Permalink
[website] Add date range picker to pricing table (#34399)
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas committed Sep 21, 2022
1 parent a0ccc0c commit 023a0c8
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 023a0c8

Please sign in to comment.