mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Override v1.url setting with "" instead of null (#112)
This commit is contained in:
parent
d126eb7112
commit
47eb3e4186
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ settings =
|
|||
# overrides v1.url to indicate via Feature Flags that Overleaf V1
|
||||
# is not available
|
||||
v1:
|
||||
url: null
|
||||
url: ""
|
||||
references:{}
|
||||
notifications:undefined
|
||||
|
||||
|
|
Loading…
Reference in a new issue