mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-05 01:58:50 +01:00
add test id to TitleButton
This commit is contained in:
parent
55ce33aa6a
commit
ab4fc6eeb1
3 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ export default function TitleButton({ primaryText = '', secondaryText = '' }) {
|
|||
<Trigger asChild>
|
||||
<div
|
||||
className="group flex cursor-pointer items-center gap-1 rounded-xl px-3 py-2 text-lg font-medium hover:bg-gray-50 radix-state-open:bg-gray-50 dark:hover:bg-black/10 dark:radix-state-open:bg-black/20"
|
||||
// type="button"
|
||||
data-testid="title-button"
|
||||
>
|
||||
<div>
|
||||
{primaryText}{' '}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue