[web] Conditionally display the Group SSO check for Group Pro plan GitOrigin-RevId: 8e661543277d989240d50d2ee7f019b604649bf7
@@ -249,7 +249,7 @@ const groupPlans = [
value: 'bool',
plans: {
group_standard: false,
- group_professional: false,
+ group_professional: Settings.groupSSO?.enabled === true,
organization: true,
},