Skip to content

Commit f395e2e

Browse files
committed
Merged in develop (pull request #89)
SHK-7280: Fix picker item key
2 parents eca8fbd + 2830405 commit f395e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/ShakePickerItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ShakePickerItem {
3939
tag = null;
4040

4141
constructor(key = "", text = "", icon = null, tag = null) {
42-
this.key = text;
42+
this.key = key;
4343
this.text = text;
4444
this.icon = icon;
4545
this.tag = tag;

0 commit comments

Comments
 (0)