feat: better error message

This commit is contained in:
amhsirak
2025-06-26 22:44:20 +05:30
parent fbf5bca97d
commit 257ec20a2c

View File

@@ -253,7 +253,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
pagination: { type: "", selector: "" },
});
console.log("📤 Sent extraction request to backend");
console.log("📤 Sent extraction request to server");
} catch (error) {
console.error("Error in backend data extraction:", error);
}