hotfix: imports

This commit is contained in:
Caio Cabral
2024-12-12 10:23:36 -05:00
parent 820c6780dd
commit dc46a0c2b2
2 changed files with 1 additions and 2 deletions

View File

@@ -397,7 +397,6 @@ const CreateInfrastructureMonitor = () => {
label="Check frequency"
value={infrastructureMonitor.interval || 15}
onChange={handleChange}
onBlur={}
items={SELECT_VALUES}
/>
</Stack>

View File

@@ -20,7 +20,7 @@ import LoadingButton from "@mui/lab/LoadingButton";
import Breadcrumbs from "../../../Components/Breadcrumbs";
import TextInput from "../../../Components/Inputs/TextInput";
import { HttpAdornment } from "../../../Components/Inputs/TextInput/Adornments";
import { ConfigBox } from "../../Monitors/styled";
import { ConfigBox } from "../../Uptime/styled";
import { createToast } from "../../../Utils/toastUtils";
import Radio from "../../../Components/Inputs/Radio";