Skip to content

Commit

Permalink
fix: add missing key 'dynamicValues' in solution configuration schema
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Aug 26, 2024
1 parent 6edbf6d commit 3580e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/config/SolutionSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const basicParameterOptions = z.object({
maxLength: z.number().optional().nullable(),
validation: z.string().optional().nullable(),
subType: z.string().optional().nullable(),
dynamicValues: z.object({ query: z.string(), resultKey: z.string() }).strict().optional().nullable(),
hidden: z.boolean().optional().nullable(),
connectorId: z.string().optional().nullable(),
description: z.string().optional().nullable(),
Expand Down

0 comments on commit 3580e67

Please sign in to comment.