Skip to content

Commit

Permalink
renaming SwitchToggle to ToggleSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
LawrenceLau2020 committed Oct 22, 2024
1 parent 7992b8a commit 9cf53f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/components/map/controls/FilterControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Box, Typography, Grid, Button } from '@mui/material';
import React, { Dispatch, SetStateAction, useContext } from 'react';
import { FormProvider, useForm } from 'react-hook-form';
import { ProjectStatus } from '@/constants/projectStatuses';
import ToggleSwitch from '@/components/form/SwitchToggle';
import ToggleSwitch from '@/components/form/ToggleSwitch';

interface FilterControlProps {
setFilter: Dispatch<SetStateAction<MapFilter>>;
Expand Down

0 comments on commit 9cf53f4

Please sign in to comment.