fix: revert to old css

This commit is contained in:
karishmas6
2024-10-11 18:32:38 +05:30
parent fd9247481b
commit 11e570ed80
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
if (id) {
fetchWorkflow(id, workflowHandler);
}
}, (900 * 60 * 15));
}, (1000 * 60 * 15));
return () => {
socket?.off("workflow", workflowHandler);
clearInterval(interval);
@@ -408,7 +408,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
sx={{
display: 'flex',
flexDirection: 'column',
width: '300px'
width: '500px'
}}
>
<FormControlLabel value="10" control={<Radio />} label="10" />