Skip to content

Commit ca2f11d

Browse files
committed
chore: schema regenerated & eslint
1 parent db4a64d commit ca2f11d

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
@@ -2927,7 +2927,8 @@ export interface components {
29272927
| "branching_not_enabled_for_project"
29282928
| "export_key_plural_suffix_collision"
29292929
| "plan_migration_not_found"
2930-
| "plan_has_migrations";
2930+
| "plan_has_migrations"
2931+
| "source_and_target_plan_must_be_different";
29312932
params?: unknown[];
29322933
};
29332934
ExistenceEntityDescription: {
@@ -6343,7 +6344,8 @@ export interface components {
63436344
| "branching_not_enabled_for_project"
63446345
| "export_key_plural_suffix_collision"
63456346
| "plan_migration_not_found"
6346-
| "plan_has_migrations";
6347+
| "plan_has_migrations"
6348+
| "source_and_target_plan_must_be_different";
63476349
params?: unknown[];
63486350
success: boolean;
63496351
};

0 commit comments

Comments
 (0)