Skip to content

Commit

Permalink
DBC22-1735: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd authored and fatbird committed Feb 12, 2024
1 parent b1e2f24 commit 8f5af21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/pages/FeedbackPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export default function FeedbackPage() {
<Form.Label>Subject</Form.Label>
<Form.Control as="select" aria-label="Select subject" value={subject} onChange={e => setSubject(e.target.value)}>
<option value={0}>Website Feedback</option>
<option value={1}>Subject 2</option>
</Form.Control>
</Form.Group>

Expand Down

0 comments on commit 8f5af21

Please sign in to comment.