feat: rm resize browser
This commit is contained in:
@@ -11,10 +11,9 @@ import { PairForEdit } from "../../pages/RecordingPage";
|
||||
|
||||
interface RightSidePanelProps {
|
||||
pairForEdit: PairForEdit;
|
||||
changeBrowserDimensions: () => void;
|
||||
}
|
||||
|
||||
export const RightSidePanel = ({pairForEdit, changeBrowserDimensions}: RightSidePanelProps) => {
|
||||
export const RightSidePanel = ({pairForEdit}: RightSidePanelProps) => {
|
||||
|
||||
const [content, setContent] = useState<string>('action');
|
||||
const [action, setAction] = React.useState<string>('');
|
||||
@@ -47,9 +46,6 @@ export const RightSidePanel = ({pairForEdit, changeBrowserDimensions}: RightSide
|
||||
backgroundColor: 'white',
|
||||
alignItems: "center",
|
||||
}}>
|
||||
<Button onClick={() => {
|
||||
changeBrowserDimensions();
|
||||
}}>resize browser</Button>
|
||||
<SimpleBox height={60} width='100%' background='lightGray' radius='0%'>
|
||||
<Typography sx={{ padding: '10px' }}>
|
||||
Last action:
|
||||
|
||||
Reference in New Issue
Block a user