Skip to content

Commit 42f2b99

Browse files
committed
chore: schema regenerated & eslint
1 parent 9afad04 commit 42f2b99

3 files changed

Lines changed: 983 additions & 114 deletions

File tree

webapp/src/ee/billing/administration/subscriptionPlans/components/migration/fields/PlanSelectorField.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export const PlanSelectorField = ({
1818
type?: PlanType;
1919
filterHasMigration?: boolean;
2020
} & Omit<GenericPlanSelector<any>, 'onChange' | 'loading' | 'plans'> & {
21-
plans?: any[];
22-
loading?: boolean;
23-
}) => {
21+
plans?: any[];
22+
loading?: boolean;
23+
}) => {
2424
const { setFieldValue, values } = useFormikContext<
2525
PlanMigrationFormData | CreatePlanMigrationFormData
2626
>();

webapp/src/service/apiSchema.generated.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,7 +2899,8 @@ export interface components {
28992899
| "branching_not_enabled_for_project"
29002900
| "export_key_plural_suffix_collision"
29012901
| "plan_migration_not_found"
2902-
| "plan_has_migrations";
2902+
| "plan_has_migrations"
2903+
| "source_and_target_plan_must_be_different";
29032904
params?: unknown[];
29042905
};
29052906
ExistenceEntityDescription: {
@@ -6278,7 +6279,8 @@ export interface components {
62786279
| "branching_not_enabled_for_project"
62796280
| "export_key_plural_suffix_collision"
62806281
| "plan_migration_not_found"
6281-
| "plan_has_migrations";
6282+
| "plan_has_migrations"
6283+
| "source_and_target_plan_must_be_different";
62826284
params?: unknown[];
62836285
success: boolean;
62846286
};

0 commit comments

Comments
 (0)