Skip to content

Commit 273ddef

Browse files
Steven VoSteven Vo
authored andcommitted
Revert "Hide WaveAI button from top menu bar"
This reverts commit a10900e.
1 parent 310249a commit 273ddef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/app/tab/tabbar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ const TabBar = memo(({ workspace }: TabBarProps) => {
697697
<i className="fa fa-ellipsis" />
698698
</div>
699699
)}
700+
<WaveAIButton />
700701
<WorkspaceSwitcher ref={workspaceSwitcherRef} />
701702
<div className="tab-bar" ref={tabBarRef} data-overlayscrollbars-initialize>
702703
<div className="tabs-wrapper" ref={tabsWrapperRef} style={{ width: `${tabsWrapperWidth}px` }}>

0 commit comments

Comments
 (0)