diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index e5e57170..84138bd6 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -150,7 +150,9 @@ export const RightSidePanel = () => { return; } if (['clickNext', 'clickLoadMore'].includes(selectedPaginationSetting)) { - notify('error', 'Please select the pagination element first.'); + if (selectedPaginationSetting === '') { + notify('error', 'Please select the pagination element first.'); + } } stopCaptureAndEmitGetListSettings(); setShowPaginationOptions(false);