From ffce6bf58c8c2cfe36794fd6cdf90d61ba93f152 Mon Sep 17 00:00:00 2001 From: Shivank Kacker Date: Tue, 6 Aug 2024 18:23:50 +0530 Subject: [PATCH] Update src/Components/Scribe/formDetails.ts --- src/Components/Scribe/formDetails.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Components/Scribe/formDetails.ts b/src/Components/Scribe/formDetails.ts index 4cc96160f0e..1e5a9969c5b 100644 --- a/src/Components/Scribe/formDetails.ts +++ b/src/Components/Scribe/formDetails.ts @@ -326,7 +326,7 @@ const DAILY_ROUND_FORM_SCRIBE_DATA: Field[] = [ return true; }, }, - { + /*{ friendlyName: "Round Type", id: "rounds_type", type: "string", @@ -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 } = {