feat: handle pagination setting selection
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user