diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 0a30e755..69180a6e 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -132,9 +132,7 @@ export const RightSidePanel = () => { } }, [stopGetList, getListSettingsObject, socket, notify]); - // const handleListFieldChange = (stepId: number, key: 'label' | 'data', value: string) => { - // updateListStepField(stepId, key, value); - // }; + const handleConfirmListCapture = useCallback(() => { if (!selectedPaginationSetting) {