Skip to content

Commit

Permalink
feat(www): launch the new webform (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Feb 29, 2024
1 parent fad9ae2 commit 8db4ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/ui_components/app-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export class AppRoot extends mixinBehaviors([AppLocalizeBehavior], PolymerElemen
contactViewFeatureFlag: {
type: Boolean,
readonly: true,
value: false,
value: true,
},
};
}
Expand Down

0 comments on commit 8db4ec9

Please sign in to comment.