Skip to content

Commit

Permalink
Merge pull request #1587 from danieldkim42/dk.1584
Browse files Browse the repository at this point in the history
fix: Add required to googleDriveId in data.js
  • Loading branch information
danieldkim42 authored Feb 13, 2024
2 parents 5e2edee + a15ba87 commit ec2c81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
// {
Expand Down

0 comments on commit ec2c81a

Please sign in to comment.