diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 426a7c04..5ff7c471 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -184,6 +184,14 @@ export const RightSidePanel = () => { stopGetScreenshot(); }; + useEffect(() => { + const handlePaginationSelection = (data: { selector: string }) => { + setPaginationSelector(data.selector); + setIsSelectingPagination(false); + }; + + }); + return (