Skip to content

Commit

Permalink
chore(docs): make ids the same (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Nov 6, 2024
1 parent 786064b commit 448d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/sidebar/SidebarSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const SidebarSearchBar: React.FC<SidebarSearchBar.Props> = memo(function

return (
<button
id="fern-search-bar"
id="fern-search-button"
onClick={openSearchDialog}
className={cn("fern-search-bar", className)}
disabled={!searchService.isAvailable}
Expand Down

0 comments on commit 448d517

Please sign in to comment.