Merge pull request #18000 from overleaf/ab-dev-enable-toolbar-default

[web] Enable the dev-toolbar by default in the dev environment

GitOrigin-RevId: 170e59e9b82268e621fe99ffcc82b7d68467e1b3
This commit is contained in:
Alexandre Bourdin
2024-05-27 10:23:56 +00:00
committed by Copybot
parent 418d77522e
commit a0c8cf663a
7 changed files with 43 additions and 19 deletions
@@ -40,10 +40,8 @@ describe('SplitTestHandler', function () {
this.Settings = {
moduleImportSequence: [],
overleaf: {},
splitTest: {
devToolbar: {
enabled: false,
},
devToolbar: {
enabled: false,
},
}
this.AnalyticsManager = {