Skip to content

Commit

Permalink
Replace wrong tooltip import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Feb 5, 2025
1 parent 27c9d1d commit 5d7fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/questionnaire/ListFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Stack,
styled,
TextField,
Tooltip,
} from "@mui/material";
import RefreshIcon from "@mui/icons-material/Refresh";
import { isStringLengthBetween } from "../../utils";
Expand All @@ -19,6 +18,7 @@ import StyledSelectFormComponent from "../../components/StyledFormComponents/Sty
import StyledTextFieldFormComponent from "../../components/StyledFormComponents/StyledOutlinedInput";
import StyledAutocompleteFormComponent from "../../components/StyledFormComponents/StyledAutocomplete";
import { useDebouncedWatch } from "../../hooks/useDebouncedWatch";
import Tooltip from "../../components/Tooltip";

export type FilterForm = Pick<
ListApplicationsInput,
Expand Down

0 comments on commit 5d7fcb4

Please sign in to comment.