Skip to content
Snippets Groups Projects
Commit 868140ae authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch '293039-fix-diff-file-end-perf-mark' into 'master'

Use diff metadata to find out when to send diff-files-end performance mark

See merge request gitlab-org/gitlab!54424
parents 5029535f 6de9fc1d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -522,7 +522,7 @@ export default {
:file="file"
:reviewed="fileReviews[index]"
:is-first-file="index === 0"
:is-last-file="index === diffs.length - 1"
:is-last-file="index === diffFilesLength - 1"
:help-page-path="helpPagePath"
:can-current-user-fork="canCurrentUserFork"
:view-diffs-file-by-file="viewDiffsFileByFile"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment