feat: -rm pagination opt exp
This commit is contained in:
@@ -143,7 +143,7 @@ export const RightSidePanel = () => {
|
|||||||
}
|
}
|
||||||
// Proceed to stop capture and emit settings only after option is selected
|
// Proceed to stop capture and emit settings only after option is selected
|
||||||
stopCaptureAndEmitGetListSettings();
|
stopCaptureAndEmitGetListSettings();
|
||||||
setShowPaginationOptions(false); // Reset options display
|
setShowPaginationOptions(false);
|
||||||
setSelectedPaginationSetting(null);
|
setSelectedPaginationSetting(null);
|
||||||
}, [selectedPaginationSetting, stopCaptureAndEmitGetListSettings]);
|
}, [selectedPaginationSetting, stopCaptureAndEmitGetListSettings]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user