Skip to content

Commit

Permalink
fix: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 11, 2024
1 parent b7af2cd commit 2028d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/categoryCombos/form/categoryComboSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { identifiable, withAttributeValues, referenceCollection } =
export const categoryComboSchema = identifiable
.merge(withAttributeValues)
.extend({
code: z.string().trim().optional().default('hello'),
code: z.string().trim().optional(),
dataDimensionType: z
.nativeEnum(CategoryCombo.dataDimensionType)
.default(CategoryCombo.dataDimensionType.DISAGGREGATION),
Expand Down

0 comments on commit 2028d54

Please sign in to comment.