Skip to content

Commit

Permalink
fix deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuojun Cheng committed Dec 1, 2023
1 parent 66afeff commit 80fae85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/TaskDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,22 @@ export default function TaskDetails(props: Props) {
<Dropdown
options={['Status', 'Option 2', 'Option 3']}
onChange={handleDropdownChange}
curValue={""}
/>
<Dropdown
options={['Deadline', 'Option 2', 'Option 3']}
onChange={handleDropdownChange}
curValue={""}
/>
<Dropdown
options={['Priority', 'Option 2', 'Option 3']}
onChange={handleDropdownChange}
curValue={""}
/>
<Dropdown
options={['Time Needed', 'Option 2', 'Option 3']}
onChange={handleDropdownChange}
curValue={""}
/>
</div>
</div>
Expand Down

0 comments on commit 80fae85

Please sign in to comment.