Skip to content

Commit 8fe67df

Browse files
committed
fixup
1 parent c12f784 commit 8fe67df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/javascripts/discourse/templates/team-build-manage.gjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default RouteTemplate(
1414
@groups={{@controller.groups}}
1515
@index={{idx}}
1616
@length={{@controller.sortedTargets.length}}
17-
@removeTarget={{fn this.removeTarget target}}
18-
@moveUp={{fn this.move idx -1}}
19-
@moveDown={{fn this.move idx 1}}
17+
@removeTarget={{fn @controller.removeTarget target}}
18+
@moveUp={{fn @controller.move idx -1}}
19+
@moveDown={{fn @controller.move idx 1}}
2020
/>
2121
{{/each}}
2222
{{else}}

0 commit comments

Comments
 (0)