Skip to content

Commit 1777619

Browse files
authored
Extension selector behind ALPHA flag (#5892)
1 parent 66d0750 commit 1777619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/desktop/src/components/ChatInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ export default function ChatInput({
14931493
</Tooltip>
14941494
<div className="w-px h-4 bg-border-default mx-2" />
14951495
<BottomMenuModeSelection />
1496-
{sessionId && (
1496+
{sessionId && process.env.ALPHA && (
14971497
<>
14981498
<div className="w-px h-4 bg-border-default mx-2" />
14991499
<BottomMenuExtensionSelection sessionId={sessionId} />

0 commit comments

Comments
 (0)