Skip to content

Commit

Permalink
Update ee/tabby-ui/app/files/components/file-tree-header.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Meng Zhang <[email protected]>
  • Loading branch information
liangfung and wsxiaoys authored Mar 28, 2024
1 parent 134ffcc commit fd0c888
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ee/tabby-ui/app/files/components/file-tree-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,7 @@ const FileTreeHeader: React.FC<FileTreeHeaderProps> = ({
<div className="relative">
<ComboboxInput
className="pr-8"
// placeholder="Go to file"
placeholder={
repoName
? 'Go to file'
: 'Go to file (pick a repository first)'
}
placeholder="Go to file"
spellCheck={false}
value={input}
ref={inputRef}
Expand Down

0 comments on commit fd0c888

Please sign in to comment.