fix: import removeListTextField

This commit is contained in:
karishmas6
2024-09-13 23:40:42 +05:30
parent 02980e075e
commit f37a4b5311

View File

@@ -38,7 +38,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
const { lastAction, notify } = useGlobalInfoStore();
const { getText, startGetText, stopGetText, getScreenshot, startGetScreenshot, stopGetScreenshot, paginationMode, getList, startGetList, stopGetList, startPaginationMode, stopPaginationMode, paginationType, updatePaginationType, limitMode, limitType, customLimit, updateLimitType, updateCustomLimit, stopLimitMode, startLimitMode } = useActionContext();
const { browserSteps, updateBrowserTextStepLabel, deleteBrowserStep, addScreenshotStep, updateListTextFieldLabel } = useBrowserSteps();
const { browserSteps, updateBrowserTextStepLabel, deleteBrowserStep, addScreenshotStep, updateListTextFieldLabel, removeListTextField } = useBrowserSteps();
const { socket } = useSocketStore();
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {