mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 23:37:19 +00:00
Merge pull request #5205 from overleaf/bg-roll-out-file-line-errors-beta
[web] roll out file line errors to beta users GitOrigin-RevId: 7a404295532cfd0c3b0b28af424d0e9c7b8cae0d
This commit is contained in:
parent
e0cb3c1107
commit
7bdd5c8e98
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ App.controller(
|
|||
}
|
||||
if (
|
||||
window.user.alphaProgram ||
|
||||
window.user.betaProgram ||
|
||||
window.location.search.includes('file_line_errors=true')
|
||||
) {
|
||||
params.file_line_errors = 'true'
|
||||
|
|
Loading…
Reference in a new issue