Skip to content

Commit

Permalink
Resolved type error within EuiTabs by removing instances of display: …
Browse files Browse the repository at this point in the history
…condensed as it is no longer a part of the Amsterdam theme via EUI PR #5868(elastic/eui#5868)
  • Loading branch information
breehall committed May 19, 2022
1 parent 125bcb8 commit 796aeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const MainNavigation = () => {
<Nav>
<EuiFlexGroup gutterSize="l" alignItems="center">
<EuiFlexItem>
<EuiTabs display="condensed">
<EuiTabs>
<EuiTab
isSelected={section === Section.LiveQueries}
{...useRouterNavigate(Section.LiveQueries)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const PageTabs = () => {
};

return (
<EuiTabs display="condensed" style={{ paddingLeft: 16 }} data-test-subj="uptimeTabs">
<EuiTabs style={{ paddingLeft: 16 }} data-test-subj="uptimeTabs">
{renderTabs()}
</EuiTabs>
);
Expand Down

0 comments on commit 796aeb2

Please sign in to comment.