mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #4343 from overleaf/as-fix-publish-modal
Fix publish modal showing incorrect view for various brands GitOrigin-RevId: c1a71300b21d41d6566ae481c843b020e0ef84f1
This commit is contained in:
parent
daf2ee57dc
commit
eb31e6ebed
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue