Skip to content

Commit

Permalink
feat(tabs): ✨ restore header import tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed May 16, 2024
1 parent be5dcc1 commit 2b2c6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/admin/src/layout/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const LayoutHeader = (props: any) => {
</div>
<LayoutFeature />
</div>
{/* {hasTabs ? <LayoutTags /> : null} */}
{hasTabs ? <MultiTabs offsetTop={true} /> : null}
{hasTabs ? <LayoutTags /> : null}
{/* {hasTabs ? <MultiTabs offsetTop={true} /> : null} */}
</Header>
);
};
Expand Down

0 comments on commit 2b2c6f6

Please sign in to comment.