Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Jan 2, 2025
1 parent 650515a commit 92d2376
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ee/tabby-ui/app/files/components/chat-side-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ export const ChatSideBar: React.FC<ChatSideBarProps> = ({
},
readWorkspaceGitRepositories: async () => {
return readWorkspaceGitRepositories.current?.()
}
},
getActiveEditorSelection: async() => {
// FIXME implement
return null
},
})

const getCommand = ({ action }: QuickActionEventPayload) => {
Expand Down

0 comments on commit 92d2376

Please sign in to comment.