Skip to content

Commit

Permalink
fix enable specimen id generation and edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Jan 9, 2025
1 parent 416f8a0 commit c3b59f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const configSchema = {
},
enableSpecimenIdAutoGeneration: {
_type: Type.Boolean,
_default: true,
_default: false,
_description:
"Configuration to enable/disable auto speciment id generation button.",
},
Expand Down

0 comments on commit c3b59f9

Please sign in to comment.