feat: better error message
This commit is contained in:
@@ -253,7 +253,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
pagination: { type: "", selector: "" },
|
pagination: { type: "", selector: "" },
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("📤 Sent extraction request to backend");
|
console.log("📤 Sent extraction request to server");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Error in backend data extraction:", error);
|
console.error("Error in backend data extraction:", error);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user