fix(core): right-sidebar header radio-group's indicator is missing (#7524)

This commit is contained in:
Cats Juice
2024-07-17 18:09:48 +08:00
committed by GitHub
parent db3533724b
commit 07d4c476c2

View File

@@ -40,7 +40,7 @@ export const SidebarHeaderSwitcher = () => {
padding={4}
gap={8}
items={tabItems}
value={activeTab}
value={activeTab?.id}
onChange={handleActiveTabChange}
activeItemStyle={{ color: cssVar('primaryColor') }}
/>