Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Dec 9, 2024
1 parent 6c6c2f3 commit 7514d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/open-from-github-dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const OpenFromGithubDialog = forwardRef<
{githubUser && (
<div className="w-full">
<p className="break-all text-xs text-muted-foreground">
Open from{' '}
Open{' '}
<span className="font-semibold">
{getDisplayPath(
repo,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Button } from '@/components/ui/button';

interface RepoBrowserProps {
searchQuery: string;
searchInputRef: RefObject<HTMLInputElement>;
searchInputRef: RefObject<HTMLInputElement | null>;
}

export const NotFound = ({ searchQuery, searchInputRef }: RepoBrowserProps) => (
Expand Down

1 comment on commit 7514d68

@vercel
Copy link

@vercel vercel bot commented on 7514d68 Dec 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.