Skip to content

Commit

Permalink
Fix typo in property name
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-fb authored Dec 12, 2023
1 parent 8c5bc80 commit 240cea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/power-select-multiple/trigger.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
(ensure-safe-component @placeholderComponent)
select=@select
placeholder=@placeholder
isMutlipleWithSearch=true
isMultipleWithSearch=true
inputComponent=InputComponent
displayPlaceholder=(and
(not @select.searchText) (not @select.selected)
Expand All @@ -86,4 +86,4 @@
</li>
{{/if}}
</ul>
<span class="ember-power-select-status-icon"></span>
<span class="ember-power-select-status-icon"></span>

0 comments on commit 240cea2

Please sign in to comment.