mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 17:48:30 +02:00
Fix RadioDropdown key
This commit is contained in:
@@ -36,7 +36,7 @@ export function RadioDropdown<T = string | null>({
|
|||||||
return item;
|
return item;
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
key: item.label,
|
key: item.value,
|
||||||
label: item.label,
|
label: item.label,
|
||||||
shortLabel: item.shortLabel,
|
shortLabel: item.shortLabel,
|
||||||
rightSlot: item.rightSlot,
|
rightSlot: item.rightSlot,
|
||||||
|
|||||||
Reference in New Issue
Block a user