chore: -rm pairForEdit prop
This commit is contained in:
@@ -17,13 +17,11 @@ import FormControl from '@mui/material/FormControl';
|
|||||||
import FormLabel from '@mui/material/FormLabel';
|
import FormLabel from '@mui/material/FormLabel';
|
||||||
import Radio from '@mui/material/Radio';
|
import Radio from '@mui/material/Radio';
|
||||||
import RadioGroup from '@mui/material/RadioGroup';
|
import RadioGroup from '@mui/material/RadioGroup';
|
||||||
import { PairForEdit } from "../../pages/RecordingPage";
|
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// 1. Add description for each browser step
|
// 1. Add description for each browser step
|
||||||
// 2. Handle non custom action steps
|
// 2. Handle non custom action steps
|
||||||
interface RightSidePanelProps {
|
interface RightSidePanelProps {
|
||||||
pairForEdit: PairForEdit;
|
|
||||||
onFinishCapture: () => void;
|
onFinishCapture: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user