Skip to content

Commit f20359b

Browse files
christian-schillingLMG
authored andcommitted
Remove "original" flag from history ui query
Due to the way the commits listed are constructed, their commit id are already the original ones, so no extra search is required. Change-Id: no-original-flag
1 parent 113d52a commit f20359b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

josh-ui/src/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ query HistoryQuery($rev: String!, $filter: String!, $limit: Int) {
3737
history(limit: $limit) {
3838
summary
3939
hash
40-
original: rev(original: true) { hash }
40+
original: rev { hash }
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)