Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-new/src/components/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ export default function Admin({data}:{data: [Course[], Skill[], Concept[], Group

<div className="flex space-x-4 w-full">
<div className='w-1/2'>
<label htmlFor="reqconceptSelect">Required Concepts</label>
<label htmlFor="conceptSelect">Required Concepts</label>
<Select styles={customStyles} options={conceptData.slice(1)} value={reqConcepts} closeMenuOnSelect={false} components={animatedComponents} isMulti menuPlacement="top" onChange={(event) => {setReqConcepts(event)}}/>
</div>
<div className='w-1/2'>
Expand Down Expand Up @@ -771,4 +771,4 @@ export default function Admin({data}:{data: [Course[], Skill[], Concept[], Group
</div>
</div>
)
}
}