fix: default K.G.One Music Generator panel to Full Song tab
This commit is contained in:
@@ -1170,7 +1170,7 @@ interface KGOnePanelProps {
|
||||
}
|
||||
|
||||
const KGOnePanel: React.FC<KGOnePanelProps> = ({ isVisible }) => {
|
||||
const [activeTab, setActiveTab] = useState<Tab>('clip');
|
||||
const [activeTab, setActiveTab] = useState<Tab>('fullsong');
|
||||
const { bpm, keySignature } = useProjectStore();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user