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.
2 parents d8315fe + 149ca7e commit b525a54Copy full SHA for b525a54
layouts/hub-managed/single.html
@@ -187,7 +187,7 @@ <h2 class="font-h2 mb-6">
187
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class="fa-solid" aria-hidden="true"></i>
188
{{ i18n "hub_managed_step_4_submit" }}
189
</button>
190
- {{ partial "captcha.html" (dict "submitData.captcha" "captchaState" "captchaState") }}
+ {{ partial "captcha.html" (dict "captchaPayload" "submitData.captcha" "captchaState" "captchaState") }}
191
</div>
192
193
0 commit comments