Skip to content

Commit be56995

Browse files
committed
Update filebrowser.js
1 parent 2e0d041 commit be56995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ async function renderBranchMenuHTML(renderAll) {
13681368
}
13691369

13701370
// add branch to tree
1371-
treeLoc[1] = repo + ':' + repoObj.selBranch;
1371+
treeLoc[1] = repo + ':' + repoObj.defaultBranch;
13721372
saveTreeLocLS(treeLoc);
13731373

13741374
// update selected branch

0 commit comments

Comments
 (0)