diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index b2d6fba1..85a8bbb9 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -140,6 +140,10 @@ export const RightSidePanel = () => { setSelectedPaginationSetting(null); // Reset selected option }, [selectedPaginationSetting, stopCaptureAndEmitGetListSettings]); + const handlePaginationSettingSelect = (option: string) => { + setSelectedPaginationSetting(option); + }; + const captureScreenshot = (fullPage: boolean) => { const screenshotSettings: ScreenshotSettings = { fullPage,