Skip to content

Commit

Permalink
Merge pull request #98 from buildingSMART/IVS_103_Fix_Feedback_Form_H…
Browse files Browse the repository at this point in the history
…idden_Fields

Update FeedbackWidget.js
  • Loading branch information
rw-bsi authored Sep 7, 2024
2 parents 4d938b9 + e06afc0 commit 4b7627f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/FeedbackWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ function FeedbackWidget({ user }) {
id="cttcZ07p"
medium="bsi-validation-service"
hidden={{
version: { VERSION },
commit_hash: { COMMIT_HASH },
version: VERSION,
commit_hash: COMMIT_HASH,
user: user["email"]
}}
buttonText="Share feedback"
/>
)
}

export default FeedbackWidget;
export default FeedbackWidget;

0 comments on commit 4b7627f

Please sign in to comment.