fix: make ts happy

This commit is contained in:
手瓜一十雪
2025-05-21 12:58:53 +08:00
parent 15634412ef
commit bdb76d4639

View File

@@ -92,7 +92,9 @@ const MusicInsert = () => {
className="w-96"
fullWidth
selectedKey={mode}
onSelectionChange={setMode}
onSelectionChange={(key) => {
if (key !== null) setMode(key)
}}
>
<Tab title="主流平台" key="default" className="flex flex-col gap-2">
<Select