Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed May 26, 2023
1 parent 0b06ab0 commit de61c12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ export default {
Tabulator.haveCommercialLicense = true;
const answersForSurveyTabulator = _.map(this.answersData, "response_json").map(JSON.parse);
const surveyAnalyticsTabulator = new Tabulator(this.survey, answersForSurveyTabulator, {
downloadButtons: ["csv"],
});
downloadButtons: ["csv"],
});
surveyAnalyticsTabulator.render(panelEl);
},
questionHasCustomVisualizer(question) {
Expand Down

0 comments on commit de61c12

Please sign in to comment.