We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ccb22 commit 4c07f22Copy full SHA for 4c07f22
web/src/components/devtools/index.tsx
@@ -109,7 +109,7 @@ export const DevToolsBox: React.FC = () => {
109
const isAllowedByEnv = configs.IS_DEV || Monitor.tags?.includes('production')
110
111
if (isEmbedded && !configs.IS_DEV) {
112
- if (Monitor.title === 'History' || Monitor.title === 'Memory' || Monitor.title === 'Team Memory') {
+ if (Monitor.title === 'History' || Monitor.title === 'Memory' || Monitor.title === 'Team Memory' || Monitor.title === 'Reports') {
113
return true
114
}
115
if (isInfoPageEnabled && Monitor.title == 'Debug Tools') {
0 commit comments