fix: do not return

This commit is contained in:
karishmas6
2024-09-06 10:45:44 +05:30
parent b97d62d41e
commit e2f78ccfa0

View File

@@ -151,7 +151,6 @@ export const RightSidePanel = () => {
}
if (['clickNext', 'clickLoadMore'].includes(selectedPaginationSetting)) {
notify('error', 'Please select the pagination element first.');
return;
}
stopCaptureAndEmitGetListSettings();
setShowPaginationOptions(false);