We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa64b2 commit c887d28Copy full SHA for c887d28
projects/saas-ui/src/app/main/components/add-plan/add-plan.component.ts
@@ -143,7 +143,7 @@ export class AddPlanComponent implements OnInit {
143
const feature = this.featureOption.find(f => f.key === key);
144
return {
145
featureKey: feature ? feature.id : null,
146
- strategyKey: 'plan',
+ strategyKey: 'Plan',
147
strategyEntityId: this.planId,
148
status: true,
149
value: selectedFeatures[key].toString(),
0 commit comments