Skip to content

Commit

Permalink
fix(chat): fix marketplace button disable (Issue #2240) (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan authored Nov 18, 2024
1 parent d293f48 commit 4436879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/chat/src/components/Chatbar/Chatbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const ChatActionsBlock = () => {
className="flex shrink-0 grow cursor-pointer select-none items-center gap-3 rounded px-3 py-[5px] transition-colors duration-200 hover:bg-accent-primary-alpha disabled:cursor-not-allowed hover:disabled:bg-transparent"
onClick={() => router.push('/marketplace')}
data-qa="link-to-marketplace"
disabled={messageIsStreaming || isActiveNewConversationRequest}
>
<Tooltip tooltip={t('DIAL Marketplace')}>
<IconApps className="text-secondary" width={24} height={24} />
Expand Down

0 comments on commit 4436879

Please sign in to comment.