Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jun 2, 2022
1 parent e6b1787 commit 23913c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const Gleap = window.Gleap;

Gleap.preFillForm({
"description": "This is a pre-fill test."
"description": "This is a pre-fill test.",
"userId": "1233"
});

// Gleap.setApiUrl("http://localhost:9000");
Expand Down

0 comments on commit 23913c3

Please sign in to comment.