Merge pull request #1414 from appwrite/fix-feedback-form

Update custom fields to fix "Error parsing request body into JSON"
This commit is contained in:
Arman
2024-10-14 17:24:19 +02:00
committed by GitHub
+1 -1
View File
@@ -133,7 +133,7 @@ function createFeedbackStore() {
// billingPlan,
firstname: name || 'Unknown',
customFields: [
{ id: '47364', currentPage },
{ id: '47364', value: currentPage },
...(value ? [{ id: '40655', value }] : [])
],
metaFields: {