Skip to content

Commit b525a54

Browse files
committed
Merge branch 'develop'
2 parents d8315fe + 149ca7e commit b525a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/hub-managed/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h2 class="font-h2 mb-6">
187187
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class="fa-solid" aria-hidden="true"></i>
188188
{{ i18n "hub_managed_step_4_submit" }}
189189
</button>
190-
{{ partial "captcha.html" (dict "submitData.captcha" "captchaState" "captchaState") }}
190+
{{ partial "captcha.html" (dict "captchaPayload" "submitData.captcha" "captchaState" "captchaState") }}
191191
</div>
192192
</div>
193193
</div>

0 commit comments

Comments
 (0)