Skip to content

Commit

Permalink
Actually pass through the localize property.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 2, 2023
1 parent ecd985a commit 59c4f8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/www/ui_components/app-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ export class AppRoot extends mixinBehaviors([AppLocalizeBehavior], PolymerElemen
<contact-view
name="contact"
id="contactView"
localize="[[localize]]"
variant="client"
error-reporter="[[errorReporter]]"
on-success="showContactSuccessToast"
on-error="showContactErrorToast"
Expand Down

0 comments on commit 59c4f8f

Please sign in to comment.