Fix the selectMode comparison check
This commit is contained in:
parent
1d58317346
commit
e1606ac2f3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
>
|
||||
{{#if (eq selectMode "single")}}
|
||||
<button>Select</button>
|
||||
{{else if (eq selectMod "multi")}}
|
||||
{{else if (eq selectMode "multi")}}
|
||||
<input type="checkbox">
|
||||
{{/if}}
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue