Skip to content

Commit 066a045

Browse files
committed
Update ContributeDetails.jsx
1 parent 314269c commit 066a045

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/component/modals/ContributeDetails.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,16 @@ const ContributeDetails = ({ superState, dispatcher }) => {
7878
<input
7979
value={branch}
8080
onChange={(e) => setBranch(e.target.value)}
81-
required
8281
/>
8382
<span>Title of Study</span>
8483
<input
8584
value={title}
8685
onChange={(e) => setTitle(e.target.value)}
87-
required
8886
/>
8987
<span>Description of Study</span>
9088
<textarea
9189
value={desc}
9290
onChange={(e) => setDesc(e.target.value)}
93-
required
9491
/>
9592
</>
9693
)}

0 commit comments

Comments
 (0)