Merge branch 'develop' into feat/fe/statuspage-3

This commit is contained in:
Shemy Gan
2024-12-12 10:51:58 -05:00
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";