Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
fix: hotfix to unbreak the request_form
Browse files Browse the repository at this point in the history
  • Loading branch information
rahularya50 committed Jul 7, 2020
1 parent df64c9c commit d8cea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh_queue/static/js/components/request_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ let RequestForm = (props) => {
<div className="form-group form-group-lg">
<label htmlFor="doc-link">Shared Document Link (optional)</label>
<input className="form-control" type="text" id="doc-link"
name="doc-link" title="Shared Doc Link" placeholder="docs.google.com/xyz" required
name="doc-link" title="Shared Doc Link" placeholder="docs.google.com/xyz"
disabled={disabled && !appointments}
/>
</div>
Expand Down

0 comments on commit d8cea0d

Please sign in to comment.