fix: default K.G.One Music Generator panel to Full Song tab

This commit is contained in:
Xiaohan-Tian
2026-04-17 16:55:24 -07:00
parent 71dc7d99e7
commit 7d10d37b4f
+1 -1
View File
@@ -1170,7 +1170,7 @@ interface KGOnePanelProps {
} }
const KGOnePanel: React.FC<KGOnePanelProps> = ({ isVisible }) => { const KGOnePanel: React.FC<KGOnePanelProps> = ({ isVisible }) => {
const [activeTab, setActiveTab] = useState<Tab>('clip'); const [activeTab, setActiveTab] = useState<Tab>('fullsong');
const { bpm, keySignature } = useProjectStore(); const { bpm, keySignature } = useProjectStore();
return ( return (