mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-20 19:41:39 -08:00
Update index.tsx
This commit is contained in:
parent
4a90d74512
commit
065563e5ef
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue