Merge pull request #8556 from overleaf/em-tl-image-alpha-only

Show new TeX Live images to alpha users

GitOrigin-RevId: 4a4a96cc1a6661720fcc14dd1ffae275d19a004a
This commit is contained in:
Eric Mc Sween
2022-06-22 15:19:16 -04:00
committed by Copybot
parent 12b7769e00
commit 085a213606
3 changed files with 8 additions and 9 deletions
@@ -961,8 +961,7 @@ const ProjectController = {
req,
projectId
)
const allowedImageNames =
ProjectHelper.getAllowedImagesForUser(sessionUser)
const allowedImageNames = ProjectHelper.getAllowedImagesForUser(user)
AuthorizationManager.getPrivilegeLevelForProject(
userId,