apache/superset

supersetCanCSV property naming could be better

Open

#24290 opened on Jun 5, 2023

View on GitHub
 (12 comments) (1 reaction) (0 assignees)TypeScript (72,837 stars) (17,291 forks)batch import
good first issuerisk:breaking-change

Description

Description

Javascript code uses supersetCanCSV property to check wether user is allowed to download chart as csv, excel or image.

This is bit outdated, supersetCanDownload would be more informative?

Contributor guide