Skip to content

Commit

Permalink
fix: fixed navbar tabs issues dvt91/checkboxes-for-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
uBaranT committed Jan 19, 2024
1 parent dce6502 commit 3c9be80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions superset-frontend/src/components/DvtNavbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,19 @@ const DvtNavbar: React.FC<DvtNavbarProps> = ({ pathName, user }) => {
<NavbarBottom>
{pathName === '/superset/welcome/' && (
<>
<DvtButtonTabs
{/*<DvtButtonTabs

Check failure on line 141 in superset-frontend/src/components/DvtNavbar/index.tsx

View workflow job for this annotation

GitHub Actions / frontend-build

Delete `·`

Check failure on line 141 in superset-frontend/src/components/DvtNavbar/index.tsx

View workflow job for this annotation

GitHub Actions / frontend-build

Expected exception block, space or tab after '/*' in comment

Check failure on line 141 in superset-frontend/src/components/DvtNavbar/index.tsx

View workflow job for this annotation

GitHub Actions / frontend-build

Expected space or tab before '*/' in comment

Check failure on line 141 in superset-frontend/src/components/DvtNavbar/index.tsx

View workflow job for this annotation

GitHub Actions / frontend-build

Delete `·`

Check failure on line 141 in superset-frontend/src/components/DvtNavbar/index.tsx

View workflow job for this annotation

GitHub Actions / frontend-build

Expected exception block, space or tab after '/*' in comment

Check failure on line 141 in superset-frontend/src/components/DvtNavbar/index.tsx

View workflow job for this annotation

GitHub Actions / frontend-build

Expected space or tab before '*/' in comment
active={active}
setActive={setActive}
data={activeData}
/>
<NavbarBottomRight>
{/* <DvtButton
<NavbarBottomRight>
<DvtButton
typeColour="powder"
label={`${sort ? 'Sorted' : 'Sort'}: Date Created`}
icon="dvt-sort"
onClick={() => dispatch(dvtAppSetSort(!sort))}
/> */}
</NavbarBottomRight>
/>
</NavbarBottomRight>*/}
</>
)}
{pathName === '/chart/add' && (
Expand Down

0 comments on commit 3c9be80

Please sign in to comment.