Skip to content

Commit afda6e1

Browse files
committed
fix base url
1 parent 8a0475f commit afda6e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AppDemo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { OpenblocksAppView } from "openblocks-sdk";
33
export function AppDemo(props: { appId: string; appDsl?: any }) {
44
return (
55
<OpenblocksAppView
6-
baseUrl=""
76
className="ob-app"
87
appId={props.appId}
98
appDsl={props.appDsl}

0 commit comments

Comments
 (0)