diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index e0a6167d..167bc068 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -86,7 +86,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => { const stopCaptureAndEmitSettings = useCallback(() => { stopGetText(); const settings = createSettingsObject(); - socket?.emit('action', { action: 'settings', settings }); + socket?.emit('action', { action: 'scrapeSchema', settings }); }, [stopGetText, createSettingsObject, socket]); return (