mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:38:29 +02:00
JWT auth plugin and necessary updates
This commit is contained in:
@@ -38,7 +38,6 @@ export function RadioDropdown<T = string | null>({
|
||||
return {
|
||||
key: item.value,
|
||||
label: item.label,
|
||||
shortLabel: item.shortLabel,
|
||||
rightSlot: item.rightSlot,
|
||||
onSelect: () => onChange(item.value),
|
||||
leftSlot: <Icon icon={value === item.value ? 'check' : 'empty'} />,
|
||||
|
||||
Reference in New Issue
Block a user