Skip to content

Commit

Permalink
Refactor Feedback Form
Browse files Browse the repository at this point in the history
Use new feedback key
  • Loading branch information
lsolcher committed Sep 26, 2024
1 parent 5ebccec commit bc9d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dito/app/components/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function FeedbackForm() {

// Plausible event trigger with feedback values
if (window.plausible) {
window.plausible("Feedback", {
window.plausible("Feedback Methoden", {
props: {
questionSimple: simpleFeedback?.toString() || "No Feedback",
questionUseful: usefulFeedback?.toString() || "No Feedback",
Expand Down

0 comments on commit bc9d464

Please sign in to comment.