mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
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:
@@ -133,7 +133,7 @@ function createFeedbackStore() {
|
||||
// billingPlan,
|
||||
firstname: name || 'Unknown',
|
||||
customFields: [
|
||||
{ id: '47364', currentPage },
|
||||
{ id: '47364', value: currentPage },
|
||||
...(value ? [{ id: '40655', value }] : [])
|
||||
],
|
||||
metaFields: {
|
||||
|
||||
Reference in New Issue
Block a user