🐛 fix(coupon): Rename 'server' field to 'subscribe' in coupon form and update coupon update request type

This commit is contained in:
web@ppanel
2025-01-09 20:25:34 +07:00
parent b01a5bc83b
commit f8b6d82780
3 changed files with 4 additions and 4 deletions
@@ -100,7 +100,7 @@ export function Combobox<T, M extends boolean = false>({
{options.map((option) => (
<CommandItem
key={String(option.label + option.value)}
value={option.label}
value={option.label + option.value}
onSelect={() => handleSelect(option.value)}
>
{option.children || option.label}