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