diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index c1f89f4c..5e481960 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -132,8 +132,6 @@ export const RightSidePanel = () => { } }, [stopGetList, getListSettingsObject, socket, notify]); - - const handleConfirmListCapture = useCallback(() => { if (!selectedPaginationSetting) { setShowPaginationOptions(true);