Skip to content
Snippets Groups Projects
Commit ec71a7c3 authored by Tom Robinson's avatar Tom Robinson
Browse files

Reenable accidentally disabled multi select

parent ecb3354b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ export default class SelectPicker extends Component {
{ placeholder ?
<h5>{placeholder}</h5>
: null }
{ multi && false ?
{ multi ?
<ul>
{options.map((option, index) =>
<li key={index}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment