diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx
index 9e0a9f2b..a799490d 100644
--- a/src/components/organisms/ProxyForm.tsx
+++ b/src/components/organisms/ProxyForm.tsx
@@ -87,7 +87,7 @@ const ProxyForm: React.FC = () => {
Proxy Configuration
-
+
= ({ 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 = ({ onFinishCapture
sx={{
display: 'flex',
flexDirection: 'column',
- width: '300px'
+ width: '500px'
}}
>
} label="10" />