| 23 | import { SupersetError } from 'src/components/ErrorMessage/types'; |
| 24 | |
| 25 | interface Props { |
| 26 | chartId: string; |
| 27 | error?: SupersetError; |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * fetches the chart owners and adds them to the extra data of the error message |
nothing calls this directly
no outgoing calls
no test coverage detected