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 c739ca7 commit 149ca7eCopy full SHA for 149ca7e
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