Merge pull request #30503 from overleaf/jel-managed-user-project

[web] Show notification on admin page when project is owned by managed user

GitOrigin-RevId: 015f94a8e277709ab4fec7736ac49c5ff2b7740d
This commit is contained in:
Jessica Lawshe
2026-01-12 09:29:51 -06:00
committed by Copybot
parent c2ef50f563
commit d570ac2ec9

View File

@@ -212,6 +212,7 @@ export interface Meta {
'ol-odcData': OnboardingFormData
'ol-otMigrationStage': number
'ol-overallThemes': OverallThemeMeta[]
'ol-ownerIsManaged': boolean
'ol-pages': number
'ol-passwordStrengthOptions': PasswordStrengthOptions
'ol-paywallPlans': { [key: string]: string }