Skip to content

Commit

Permalink
updated tab ui as per previous console
Browse files Browse the repository at this point in the history
Signed-off-by: Chandra Kant Paliwal <paliwal.ck+ibm@gmail.com>
  • Loading branch information
ckpaliwal committed Jun 26, 2024
1 parent 090509c commit af7dd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ class OrdererDetails extends Component {
this.props.updateState(SCOPE, { selectedTab });
}}
>
<TabList fullWidth>{tabItems.map((item, index) => item.tab(index))}</TabList>
<TabList>{tabItems.map((item, index) => item.tab(index))}</TabList>

<TabPanels>{tabItems.map((item, index) => item.panel(index))}</TabPanels>
</Tabs>
Expand Down

0 comments on commit af7dd55

Please sign in to comment.