feat: remove handlistfieldchange
This commit is contained in:
@@ -132,9 +132,7 @@ export const RightSidePanel = () => {
|
|||||||
}
|
}
|
||||||
}, [stopGetList, getListSettingsObject, socket, notify]);
|
}, [stopGetList, getListSettingsObject, socket, notify]);
|
||||||
|
|
||||||
// const handleListFieldChange = (stepId: number, key: 'label' | 'data', value: string) => {
|
|
||||||
// updateListStepField(stepId, key, value);
|
|
||||||
// };
|
|
||||||
|
|
||||||
const handleConfirmListCapture = useCallback(() => {
|
const handleConfirmListCapture = useCallback(() => {
|
||||||
if (!selectedPaginationSetting) {
|
if (!selectedPaginationSetting) {
|
||||||
|
|||||||
Reference in New Issue
Block a user