Skip to content

Commit 2830405

Browse files
committed
SHK-7280: Fix picker item key
1 parent 2a8ebdb commit 2830405

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)