more this additions
Dieser Commit ist enthalten in:
Ursprung
31b2625a65
Commit
6c0d7a671e
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -10,7 +10,7 @@
|
|||
|
||||
{{#if hasPairs}}
|
||||
<div class="mapper-pairs mapper-block">
|
||||
{{#each input.pairs as |pair|}}
|
||||
{{#each this.input.pairs as |pair|}}
|
||||
{{wizard-mapper-pair
|
||||
pair=pair
|
||||
last=pair.last
|
||||
|
@ -53,6 +53,6 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
<a role="button" class="remove-input" {{action remove input}}>
|
||||
<a role="button" class="remove-input" {{action remove this.input}}>
|
||||
{{d-icon "times"}}
|
||||
</a>
|
Laden …
In neuem Issue referenzieren