[web] add Revert File button behind a feature flag (#17975)
* [web] add Revert File button behind a feature flag * improve error message * use constant for timeout GitOrigin-RevId: 047c35d22e948351c52d469e48b869719f44ec4f
This commit is contained in:
committed by
Copybot
parent
5ad70690c9
commit
945e51b8ed
@@ -619,6 +619,9 @@ const ProjectController = {
|
||||
paywallCtaAssignment(cb) {
|
||||
SplitTestHandler.getAssignment(req, res, 'paywall-cta', cb)
|
||||
},
|
||||
revertFileAssignment(cb) {
|
||||
SplitTestHandler.getAssignment(req, res, 'revert-file', cb)
|
||||
},
|
||||
projectTags(cb) {
|
||||
if (!userId) {
|
||||
return cb(null, [])
|
||||
|
||||
Reference in New Issue
Block a user