Skip to content

Commit

Permalink
Merge pull request #762 from BIDMCDigitalPsychiatry/issue-759
Browse files Browse the repository at this point in the history
short answer validation issue fix
  • Loading branch information
sarithapillai8 authored Jun 9, 2023
2 parents 2e4bbac + 9966c31 commit 0debd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Researcher/ActivityList/ActivityMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ export const SchemaList = () => {
{
properties: {
type: {
enum: ["text", "boolean", "short_answer", "likert", "matrix"],
enum: ["text", "boolean", "short", "likert", "matrix"],
},
},
},
Expand Down

0 comments on commit 0debd84

Please sign in to comment.