mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
fix(core): right-sidebar header radio-group's indicator is missing (#7524)
This commit is contained in:
@@ -40,7 +40,7 @@ export const SidebarHeaderSwitcher = () => {
|
||||
padding={4}
|
||||
gap={8}
|
||||
items={tabItems}
|
||||
value={activeTab}
|
||||
value={activeTab?.id}
|
||||
onChange={handleActiveTabChange}
|
||||
activeItemStyle={{ color: cssVar('primaryColor') }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user