We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8ebdb commit 2830405Copy full SHA for 2830405
1 file changed
src/models/ShakePickerItem.js
@@ -39,7 +39,7 @@ class ShakePickerItem {
39
tag = null;
40
41
constructor(key = "", text = "", icon = null, tag = null) {
42
- this.key = text;
+ this.key = key;
43
this.text = text;
44
this.icon = icon;
45
this.tag = tag;
0 commit comments