chore: remove console.log
This commit is contained in:
@@ -84,9 +84,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
pair.what.some(action => action.action === "scrapeList")
|
pair.what.some(action => action.action === "scrapeList")
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(`Has Scrape List Action?`, hasScrapeListAction); // true if any pair contains scrapeList action
|
|
||||||
|
|
||||||
|
|
||||||
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {
|
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {
|
||||||
if (listId !== undefined && fieldKey !== undefined) {
|
if (listId !== undefined && fieldKey !== undefined) {
|
||||||
// Prevent editing if the field is confirmed
|
// Prevent editing if the field is confirmed
|
||||||
|
|||||||
Reference in New Issue
Block a user