Skip to content

Commit

Permalink
fix(core): skin selection (#5139)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeach authored Apr 9, 2018
1 parent 9c49792 commit 7b797d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class SkinSelectorCtrl implements IController {
}
}

public selectVersion(): void {
public selectSkin(): void {
this.$uibModalInstance.close(this.command.skin);
}

Expand Down

0 comments on commit 7b797d2

Please sign in to comment.