From a15ba87f5bdb03c34c091db9554c1fe2e2ff325b Mon Sep 17 00:00:00 2001 From: Daniel Kim Date: Mon, 12 Feb 2024 19:26:52 -0800 Subject: [PATCH] fix: Add required to googleDriveId in data.js --- client/src/components/data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/data.js b/client/src/components/data.js index 420da510..e935db41 100644 --- a/client/src/components/data.js +++ b/client/src/components/data.js @@ -94,7 +94,8 @@ export const additionalInputsForEdit = [ name: 'googleDriveId', type: 'text', placeholder: 'htttps://drive.google.com/', - disabled: false + disabled: false, + required: false }, // this feature is commented out as per the PR #1577 // {