We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e920f2 commit e67b1e1Copy full SHA for e67b1e1
app/templates/components/forms/wizard/other-details-step.hbs
@@ -14,7 +14,7 @@
14
15
{{#each this.socialMediaLinks as |socialLink|}}
16
<Widgets::Forms::SocialLinkField
17
- @site={{socialLink.name}}
+ @site={{socialLink.site}}
18
@onSiteChange={{action (mut socialLink.name)}}
19
@value={{socialLink.link}}
20
@onChange={{action (mut socialLink.link)}}>
@@ -36,7 +36,7 @@
36
{{#each this.customLinks as |socialLink|}}
37
38
@custom={{true}}
39
40
41
42
0 commit comments