mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed a hbs linting problem with the Clear Member button
no issue
This commit is contained in:
parent
e0f1271a31
commit
ae1ead69e4
@ -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 ×
|
||||
</span>
|
||||
</div>
|
||||
</button>
|
||||
{{else}}
|
||||
<PowerSelect
|
||||
@searchEnabled={{false}}
|
||||
|
Loading…
Reference in New Issue
Block a user