1
This commit is contained in:
parent
d5f952d40d
commit
c454f7b9d7
@ -376,7 +376,7 @@ export default function FundPage() {
|
||||
<div className="space-y-4 pt-2">
|
||||
<div>
|
||||
<Label>类型</Label>
|
||||
<Select value={formType} onValueChange={(v) => { setFormType(v); setFormCategory(""); }}>
|
||||
<Select value={formType} onValueChange={(v) => { if (v) { setFormType(v); setFormCategory(""); } }}>
|
||||
<SelectTrigger className="mt-1">
|
||||
<SelectValue>{FUND_TYPES[formType as keyof typeof FUND_TYPES]}</SelectValue>
|
||||
</SelectTrigger>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user