mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-12 11:28:58 -05:00
b65feca0a5
- Remove phantom dimensions (channel, rating, surveyName) and measure (completionRate) from schema-definition that don't exist in the CubeJS FeedbackRecords cube - Fix seed chart queries to use valid cube fields (collectedAt instead of createdAt, sentiment instead of rating, sourceType instead of channel, sourceName instead of surveyName) - Create feedback_records table with sample data in the seed so charts work in local dev - Fix ChartPreview infinite spinner when query fails by separating loading/error/empty states - Prevent duplicate query execution when AdvancedChartBuilder has hidePreview enabled