feat: handle pagination setting selection

This commit is contained in:
karishmas6
2024-08-31 00:59:46 +05:30
parent 3e75c9fe21
commit 36b66c86af

View File

@@ -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,