mirror of https://github.com/buster-so/buster.git
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:
parent
7334ec68b0
commit
96c41e46a6
|
@ -101,7 +101,7 @@ export const ReportEditor = React.memo(
|
|||
onValueChange(markdown);
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Error cleaning value to report elements', error);
|
||||
console.error('Error converting platejs to markdown', error);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue