mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
Merge pull request #14663 from overleaf/mj-table-generator-promo
[cm6] Add promotion popover for table generator and pasting formatted text GitOrigin-RevId: 9096b36ac4f07d1fc862ecc3bd5df033348950ab
This commit is contained in:
committed by
Copybot
parent
d76c0e2688
commit
dc86b0285a
@@ -2,7 +2,10 @@ const SessionManager = require('../Authentication/SessionManager')
|
||||
const TutorialHandler = require('./TutorialHandler')
|
||||
const { expressify } = require('../../util/promises')
|
||||
|
||||
const VALID_KEYS = ['react-history-buttons-tutorial']
|
||||
const VALID_KEYS = [
|
||||
'react-history-buttons-tutorial',
|
||||
'table-generator-promotion',
|
||||
]
|
||||
|
||||
async function completeTutorial(req, res, next) {
|
||||
const userId = SessionManager.getLoggedInUserId(req.session)
|
||||
|
||||
Reference in New Issue
Block a user