fix: use setSelectedPaginationSetting
This commit is contained in:
@@ -137,7 +137,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();
|
||||||
setShowListOptions(false); // Reset options display
|
setShowListOptions(false); // Reset options display
|
||||||
setSelectedOption(null); // Reset selected option
|
setSelectedPaginationSetting(null); // Reset selected option
|
||||||
}, [selectedPaginationSetting, stopCaptureAndEmitGetListSettings]);
|
}, [selectedPaginationSetting, stopCaptureAndEmitGetListSettings]);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user