fix: do not return
This commit is contained in:
@@ -151,7 +151,6 @@ export const RightSidePanel = () => {
|
|||||||
}
|
}
|
||||||
if (['clickNext', 'clickLoadMore'].includes(selectedPaginationSetting)) {
|
if (['clickNext', 'clickLoadMore'].includes(selectedPaginationSetting)) {
|
||||||
notify('error', 'Please select the pagination element first.');
|
notify('error', 'Please select the pagination element first.');
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
stopCaptureAndEmitGetListSettings();
|
stopCaptureAndEmitGetListSettings();
|
||||||
setShowPaginationOptions(false);
|
setShowPaginationOptions(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user