Update apps/web/src/components/ui/report/ReportEditor.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nate Kelley 2025-08-20 22:40:36 -06:00 committed by GitHub
parent 7334ec68b0
commit 96c41e46a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ export const ReportEditor = React.memo(
onValueChange(markdown); onValueChange(markdown);
}) })
.catch((error) => { .catch((error) => {
console.error('Error cleaning value to report elements', error); console.error('Error converting platejs to markdown', error);
}); });
} }