Skip to content

Commit

Permalink
Merge pull request #181 from CS3219-AY2425S1/fix/cleanup_features
Browse files Browse the repository at this point in the history
Add multiselect in question creation topic
  • Loading branch information
tyouwei authored Nov 13, 2024
2 parents c76d4c2 + af7f549 commit 3f91cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peerprep-fe/src/components/problems/ProblemInputDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ function ProblemInputDialog({
<div className="space-y-2">
<p>Topics</p>
<TopicsPopover
multiselect={true}
selectedTopics={problemData.tags}
onChange={(value) => {
setProblemData({ ...problemData, tags: value });
Expand Down

0 comments on commit 3f91cdd

Please sign in to comment.