From 11e570ed80f50e8f2db0fa08c0854e0dd5cbbe61 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 18:32:38 +0530 Subject: [PATCH] fix: revert to old css --- src/components/organisms/ProxyForm.tsx | 2 +- src/components/organisms/RightSidePanel.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" />