feat: pagination docs

This commit is contained in:
karishmas6
2024-08-31 22:45:19 +05:30
parent ab7ee021ac
commit d706e074cf

View File

@@ -141,7 +141,7 @@ export const RightSidePanel = () => {
setShowPaginationOptions(true);
return;
}
// Proceed to stop capture and emit settings only after option is selected
// Proceed to stop capture and emit settings only after pagination type is selected
stopCaptureAndEmitGetListSettings();
setShowPaginationOptions(false);
setSelectedPaginationSetting(null);