Skip to content

Commit

Permalink
fix(config-ui): Fix error on custom saves back button
Browse files Browse the repository at this point in the history
fixes #480
  • Loading branch information
symposion committed Apr 16, 2017
1 parent 3b60a7b commit 0246f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '4.4'
- '7.7.2'
script: npm test
before_deploy:
- git config --global user.email "lucian@symposion.co.uk"
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/config-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class ConfigMenu {
}

backToSavesOptions() {
return this.makeBackButton('Saves Options', 'saveMenu');
return this.makeBackButton('Saves Options', 'savesMenu');
}

getQueryCommand(path, title, optionsSpec) {
Expand Down

0 comments on commit 0246f06

Please sign in to comment.