feat: remove handlistfieldchange

This commit is contained in:
karishmas6
2024-08-31 22:45:37 +05:30
parent d706e074cf
commit 08229c3867

View File

@@ -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) {