Skip to content

Commit

Permalink
update ColorPanel implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Dec 8, 2023
1 parent e6b2f7a commit a5f89d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function ColorPanelDropdown( {
{ tabs.map( ( tab ) => (
<Tabs.Tab
key={ tab.key }
id={ tab.key }
tabId={ tab.key }
>
{ tab.label }
</Tabs.Tab>
Expand All @@ -274,7 +274,7 @@ function ColorPanelDropdown( {
return (
<Tabs.TabPanel
key={ tab.key }
id={ tab.key }
tabId={ tab.key }
focusable={ false }
>
<ColorPanelTab
Expand Down

0 comments on commit a5f89d7

Please sign in to comment.