Skip to content

Commit ec8c36d

Browse files
authored
Merge pull request #10661 from opencrvs/remove-unused-prop
chore: remove unused property
2 parents c2e4486 + fd09163 commit ec8c36d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/commons/src/events/FieldConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const BaseField = z.object({
9191
'Reference to a parent field. If a field has a parent, it will be reset when the parent field is changed.'
9292
),
9393
required: requiredSchema,
94-
disabled: z.boolean().default(false).optional(),
9594
conditionals: z.array(FieldConditional).default([]).optional(),
9695
secured: z.boolean().default(false).optional(),
9796
placeholder: TranslationConfig.optional(),

0 commit comments

Comments
 (0)