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 f9ed8f7 commit 61183cfCopy full SHA for 61183cf
x-pack/plugins/monitoring/public/lib/setup_mode.tsx
@@ -212,7 +212,7 @@ export const isInSetupMode = () => {
212
213
export const isSetupModeFeatureEnabled = (feature: SetupModeFeature) => {
214
if (!setupModeState.enabled) {
215
- return true;
+ return false;
216
}
217
if (feature === SetupModeFeature.MetricbeatMigration) {
218
if (Legacy.shims.isCloud) {
0 commit comments