mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-12 19:39:00 -05:00
fix: removed legacy response note traces (#7396)
This commit is contained in:
committed by
GitHub
parent
ffcc101ed9
commit
e4aa66b067
@@ -397,7 +397,6 @@ export const getResponseDownloadFile = async (
|
||||
"Survey ID",
|
||||
"Formbricks ID (internal)",
|
||||
"User ID",
|
||||
"Notes",
|
||||
"Tags",
|
||||
...metaDataFields,
|
||||
...elements.flat(),
|
||||
|
||||
@@ -88,7 +88,7 @@ erDiagram
|
||||
|
||||
- Records user answers to surveys
|
||||
- Links to contact information when available
|
||||
- Supports tagging and notes for analysis
|
||||
- Supports tagging for analysis
|
||||
|
||||
3. **ActionClass**
|
||||
- Defines triggering points for surveys
|
||||
|
||||
@@ -106,7 +106,6 @@ export const exampleData = {
|
||||
url: "https://example.com",
|
||||
},
|
||||
tags: [],
|
||||
notes: [],
|
||||
ttc: {},
|
||||
singleUseId: null,
|
||||
language: "default",
|
||||
|
||||
Reference in New Issue
Block a user