airbnb/caravel

View on GitHub
superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ViewQueryModalFooter has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ViewQueryModalFooter: FC<ViewQueryModalFooterProps> = (props: {
  closeModal: () => void;
  changeDatasource: () => void;
  datasource: SimpleDataSource;
}) => {

    There are no issues that match your filters.

    Category
    Status