diff --git a/src/www/ui_components/app-root.js b/src/www/ui_components/app-root.js index 09a1a50ff6f..6f4f6577f1e 100644 --- a/src/www/ui_components/app-root.js +++ b/src/www/ui_components/app-root.js @@ -606,7 +606,7 @@ export class AppRoot extends mixinBehaviors([AppLocalizeBehavior], PolymerElemen contactViewFeatureFlag: { type: Boolean, readonly: true, - value: true, + value: false, }, }; }