Skip to content

Commit

Permalink
Set default plan tab to Dedicated in Kubernetes page.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpathipa committed Jan 13, 2023
1 parent a273bf5 commit c264401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export class SelectPlanPanel extends React.Component<
// Determine initial plan category tab based on current plan selection
// (if there is one).
let selectedTypeClass: LinodeTypeClass = pathOr(
'standard', // Use `standard` by default
'dedicated', // Use `dedicated` by default
['class'],
types.find(
(type) => type.id === selectedID || type.heading === currentPlanHeading
Expand Down

0 comments on commit c264401

Please sign in to comment.