Skip to content

Commit

Permalink
Issue #163. undefined was set as ID for created shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Sep 17, 2017
1 parent 96704b3 commit bf8743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/preferences/src/components/pages/EditShortcut.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
}
let shortcut = {
id: this.id,
id: this.id || '',
icon: this.localIcon,
name: this.localName,
keyword: this.localKeyword,
Expand Down

0 comments on commit bf8743d

Please sign in to comment.