integrate ai gateway and improve ui components (#1145)
This commit is contained in:
parent
7315ced92f
commit
dff2191611
29 changed files with 235 additions and 217 deletions
|
|
@ -71,7 +71,7 @@ export function VisibilitySelector({
|
|||
<Button
|
||||
data-testid="visibility-selector"
|
||||
variant="outline"
|
||||
className="hidden md:flex md:px-2 md:h-[34px]"
|
||||
className="hidden md:flex md:px-2 md:h-[34px] focus:outline-none focus:ring-0"
|
||||
>
|
||||
{selectedVisibility?.icon}
|
||||
{selectedVisibility?.label}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue