mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-08-04 16:14:22 +08:00
chore(changelog): add release notes for v0.6.0
This commit is contained in:
@@ -233,7 +233,7 @@ export function AppConfigPanel({ showDoneButton = false, initialTab = "channels"
|
||||
<>
|
||||
<Tabs
|
||||
activeKey={activeTab}
|
||||
onChange={setActiveTab}
|
||||
onChange={(key) => setActiveTab(key as ConfigTabKey)}
|
||||
items={[
|
||||
{
|
||||
key: "channels",
|
||||
|
||||
Reference in New Issue
Block a user