Skip to content

Commit 0e1cc04

Browse files
committed
update vue.js docs too
1 parent 01ff37d commit 0e1cc04

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/vue-sdk/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,9 @@ const sendFeedback = useSendFeedback();
280280
281281
const handleSubmit = async (data: FormData) => {
282282
await sendFeedback({
283-
featureId: "bucket-feature-id",
283+
featureKey: "bucket-feature-key",
284284
score: parseInt(data.get("score") as string),
285285
comment: data.get("comment") as string,
286-
metadata: {
287-
source: "custom-form",
288-
userRole: "admin",
289-
},
290286
});
291287
};
292288
</script>

0 commit comments

Comments
 (0)