Fixed a hbs linting problem with the Clear Member button

no issue
This commit is contained in:
James Morris 2022-03-09 17:25:59 +00:00
parent e0f1271a31
commit ae1ead69e4

View File

@ -1,9 +1,9 @@
{{#if @selected}}
<div class="gh-btn" {{on "click" (fn @onChange null)}}>
<button class="gh-btn" {{on "click" (fn @onChange null)}} type="button">
<span class="gh-btn-label-green">
Clear member &times;
</span>
</div>
</button>
{{else}}
<PowerSelect
@searchEnabled={{false}}