Skip to content

Commit

Permalink
feat(www): launch the new webform
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Feb 21, 2024
1 parent 6356371 commit 29d36e1
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 29d36e1

Please sign in to comment.