Skip to content

Commit af7f549

Browse files
committed
Add multiselect in question creation topic
1 parent f1db4b2 commit af7f549

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)