We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaefb8e commit a147dd8Copy full SHA for a147dd8
1 file changed
apps/web/src/routes/_app/datahub/index.tsx
@@ -185,11 +185,13 @@ const RouteComponent = () => {
185
onValueChange={(value: string) => setSearchString(value)}
186
/>
187
<Dialog open={isLookupOpen} onOpenChange={setIsLookupOpen}>
188
- <Dialog.Trigger>
+ <Dialog.Trigger asChild>
189
<Button
190
- className="[&>input]:text-foreground [&>input]:placeholder-foreground grow gap-1"
191
- data-testid="datahub-subject-lookup-search"
192
- id="subject-lookup-search-bar"
+ className="[&>input]:text-foreground [&>input]:placeholder-foreground gap-1"
+ data-spotlight-type="subject-lookup-search-button"
+ data-testid="subject-lookup-search-button"
193
+ id="subject-lookup-search-button"
194
+ variant="outline"
195
>
196
<UserSearchIcon />{' '}
197
{t({
0 commit comments