Skip to content

Commit 61183cf

Browse files
committed
Backwards, whoops
1 parent f9ed8f7 commit 61183cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/monitoring/public/lib/setup_mode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export const isInSetupMode = () => {
212212

213213
export const isSetupModeFeatureEnabled = (feature: SetupModeFeature) => {
214214
if (!setupModeState.enabled) {
215-
return true;
215+
return false;
216216
}
217217
if (feature === SetupModeFeature.MetricbeatMigration) {
218218
if (Legacy.shims.isCloud) {

0 commit comments

Comments
 (0)