From eb31e6ebed0de2a06fe9adf346d0ab672b417b3d Mon Sep 17 00:00:00 2001 From: Alexandre Bourdin Date: Mon, 26 Jul 2021 16:02:41 +0200 Subject: [PATCH] Merge pull request #4343 from overleaf/as-fix-publish-modal Fix publish modal showing incorrect view for various brands GitOrigin-RevId: c1a71300b21d41d6566ae481c843b020e0ef84f1 --- services/web/frontend/js/shared/context/editor-context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/shared/context/editor-context.js b/services/web/frontend/js/shared/context/editor-context.js index ef11a5a7d6..04627c3753 100644 --- a/services/web/frontend/js/shared/context/editor-context.js +++ b/services/web/frontend/js/shared/context/editor-context.js @@ -23,7 +23,7 @@ EditorContext.Provider.propTypes = { brandVariationHomeUrl: PropTypes.string.isRequired, publishGuideHtml: PropTypes.string, partner: PropTypes.string, - brandedMenu: PropTypes.string, + brandedMenu: PropTypes.bool, submitBtnHtml: PropTypes.string, }), hasPremiumCompile: PropTypes.bool,