Error for self-host draw.io (#6554)

This commit is contained in:
Tao Chen
2024-02-18 04:25:07 +01:00
committed by GitHub
parent 8fc5213f93
commit 71d41378db

View File

@@ -15,7 +15,7 @@ function Diagrams({ matches, ...props }: Props) {
return ( return (
<Frame <Frame
{...props} {...props}
src={embedUrl} src={props.attrs.href}
icon={ icon={
<Image <Image
src="/images/diagrams.png" src="/images/diagrams.png"