From d7ddceba4e64722df11d6d3ab2afae073bd4cecd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 06:16:14 +0530 Subject: [PATCH] feat: show navigating to recording url --- src/pages/RecordingPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index a787afe3..18fad49f 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -40,7 +40,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { const { setId, socket } = useSocketStore(); const { setWidth } = useBrowserDimensionsStore(); - const { browserId, setBrowserId, recordingId } = useGlobalInfoStore(); + const { browserId, setBrowserId, recordingId, recordingUrl } = useGlobalInfoStore(); const handleShowOutputData = useCallback(() => { setShowOutputData(true); @@ -145,7 +145,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { ) : ( - + )}