Skip to content

Commit 3f91cdd

Browse files
authored
Merge pull request #181 from CS3219-AY2425S1/fix/cleanup_features
Add multiselect in question creation topic
2 parents c76d4c2 + af7f549 commit 3f91cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peerprep-fe/src/components/problems/ProblemInputDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ function ProblemInputDialog({
8686
<div className="space-y-2">
8787
<p>Topics</p>
8888
<TopicsPopover
89+
multiselect={true}
8990
selectedTopics={problemData.tags}
9091
onChange={(value) => {
9192
setProblemData({ ...problemData, tags: value });

0 commit comments

Comments
 (0)