Skip to content

Commit c887d28

Browse files
committed
fix(arc-saas): fix in add plan
Fix in add plan GH-64
1 parent baa64b2 commit c887d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/saas-ui/src/app/main/components/add-plan/add-plan.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class AddPlanComponent implements OnInit {
143143
const feature = this.featureOption.find(f => f.key === key);
144144
return {
145145
featureKey: feature ? feature.id : null,
146-
strategyKey: 'plan',
146+
strategyKey: 'Plan',
147147
strategyEntityId: this.planId,
148148
status: true,
149149
value: selectedFeatures[key].toString(),

0 commit comments

Comments
 (0)