mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #5946 from overleaf/ta-disable-angular-router-beta
Disable Angular Router for Beta Users GitOrigin-RevId: da63b3fc18a46d2f3aff1639eac269309a5a5944
This commit is contained in:
parent
b9c8627d6a
commit
970fd27165
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ const ProjectController = {
|
|||
|
||||
let disableAngularRouter = shouldDisplayFeature(
|
||||
'disable_angular_router',
|
||||
user.alphaProgram
|
||||
user.alphaProgram || user.betaProgram
|
||||
)
|
||||
|
||||
const showPdfDetach = shouldDisplayFeature(
|
||||
|
|
Loading…
Reference in a new issue