fix: set action to scrapeSchema
This commit is contained in:
@@ -86,7 +86,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
const stopCaptureAndEmitSettings = useCallback(() => {
|
const stopCaptureAndEmitSettings = useCallback(() => {
|
||||||
stopGetText();
|
stopGetText();
|
||||||
const settings = createSettingsObject();
|
const settings = createSettingsObject();
|
||||||
socket?.emit('action', { action: 'settings', settings });
|
socket?.emit('action', { action: 'scrapeSchema', settings });
|
||||||
}, [stopGetText, createSettingsObject, socket]);
|
}, [stopGetText, createSettingsObject, socket]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user