airbnb/caravel

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

Summary

Maintainability
A
1 hr
Test Coverage

Function ViewQueryModal has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ViewQueryModal: FC<Props> = props => {
  const [result, setResult] = useState<Result[]>([]);
  const [isLoading, setIsLoading] = useState(false);
  const [error, setError] = useState<string | null>(null);

    There are no issues that match your filters.

    Category
    Status