mirror of
https://github.com/outline/outline.git
synced 2026-01-06 11:09:55 -06:00
Update ClickUp.tsx
This commit is contained in:
@@ -3,7 +3,7 @@ import Frame from "../components/Frame";
|
||||
import { EmbedProps as Props } from ".";
|
||||
|
||||
export default function ClickUp(props: Props) {
|
||||
return <Frame {...props} src={this.props.attrs.href} title="ClickUp Embed" />;
|
||||
return <Frame {...props} src={props.attrs.href} title="ClickUp Embed" />;
|
||||
}
|
||||
|
||||
ClickUp.ENABLED = [
|
||||
|
||||
Reference in New Issue
Block a user