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.
2 parents eca8fbd + 2830405 commit f395e2eCopy full SHA for f395e2e
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