From 1e6b9e6878cad188f948456be41f6194ef6db4e3 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 25 Nov 2025 16:08:41 +0530 Subject: [PATCH] fix: import modalStyle inside CollapsibleRow --- src/components/run/RunSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/run/RunSettings.tsx b/src/components/run/RunSettings.tsx index 33427d16..51dcd08f 100644 --- a/src/components/run/RunSettings.tsx +++ b/src/components/run/RunSettings.tsx @@ -3,7 +3,7 @@ import { GenericModal } from "../ui/GenericModal"; import { MenuItem, TextField, Typography, Switch, FormControlLabel } from "@mui/material"; import { Dropdown } from "../ui/DropdownMui"; import Button from "@mui/material/Button"; -import { modalStyle } from "../recorder/AddWhereCondModal"; +import { modalStyle } from "../run/ColapsibleRow"; interface RunSettingsProps { isOpen: boolean;