Skip to content

Commit

Permalink
Update src/Components/Scribe/formDetails.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker authored Aug 6, 2024
1 parent 26e39b1 commit ffce6bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Components/Scribe/formDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const DAILY_ROUND_FORM_SCRIBE_DATA: Field[] = [
return true;
},
},
{
/*{
friendlyName: "Round Type",
id: "rounds_type",
type: "string",
Expand All @@ -350,7 +350,8 @@ const DAILY_ROUND_FORM_SCRIBE_DATA: Field[] = [
description:
"A string to store the date and time at which the round was taken or measured. 'The round was taken yesterday/today' would amount to yesterday/today's date.",
validator: (value) => typeof value === "string",
},
},
*/
];

export const SCRIBE_FORMS: { [key: string]: ScribeForm } = {
Expand Down

0 comments on commit ffce6bf

Please sign in to comment.