diff --git a/polygerrit-ui/app/elements/settings/gr-email-editor/gr-email-editor.html b/polygerrit-ui/app/elements/settings/gr-email-editor/gr-email-editor.html index f508288a85..b30bd52297 100644 --- a/polygerrit-ui/app/elements/settings/gr-email-editor/gr-email-editor.html +++ b/polygerrit-ui/app/elements/settings/gr-email-editor/gr-email-editor.html @@ -68,7 +68,7 @@ limitations under the License. type="radio" on-change="_handlePreferredChange" name="preferred" - value="[[item.email]]" + bind-value="[[item.email]]" checked$="[[item.preferred]]"> {