Skip to content

Commit

Permalink
fix qa_submit analytics firing twice (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 authored and tmeyer2115 committed Jan 27, 2020
1 parent 853dddf commit 8af0620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/templates/questions/questionsubmission.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</span>
</span>
</div>
<button class="yxt-QuestionSubmission-submitButton" type="submit" data-eventtype="QUESTION_SUBMIT">{{_config.buttonLabel}}</button>
<button class="yxt-QuestionSubmission-submitButton" type="submit">{{_config.buttonLabel}}</button>
</div>
{{/if}}
</form>
Expand Down

0 comments on commit 8af0620

Please sign in to comment.