244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
13 lines
397 B
Handlebars
13 lines
397 B
Handlebars
{{#if this.system.shouldShowRegions}}
|
|
<PowerSelect
|
|
data-test-region-switcher
|
|
@tagName="div"
|
|
@triggerClass={{this.decoration}}
|
|
@options={{this.sortedRegions}}
|
|
@selected={{this.system.activeRegion}}
|
|
@searchEnabled={{false}}
|
|
@onChange={{action this.gotoRegion}} as |region|>
|
|
<span class="ember-power-select-prefix">Region: </span>{{region}}
|
|
</PowerSelect>
|
|
{{/if}}
|