Update index.tsx

This commit is contained in:
lin onetwo 2026-01-10 22:52:56 +08:00
parent 4a90d74512
commit 065563e5ef

View file

@ -47,7 +47,8 @@ export default function GitHistory(): React.JSX.Element {
);
}
const { entries, loading, loadingMore, error, workspaceInfo, currentBranch, lastChangeType, setLastChangeType, hasMore, loadMore, setSearchParams, triggerRefresh } = useGitLogData(workspaceID);
const { entries, loading, loadingMore, error, workspaceInfo, currentBranch, lastChangeType, setLastChangeType, hasMore, loadMore, setSearchParams, triggerRefresh } =
useGitLogData(workspaceID);
const { selectedCommit, setSelectedCommit } = useCommitDetails();
const {
selectedFile,