Skip to content

Commit

Permalink
amis
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Mar 9, 2022
1 parent bd43cd0 commit 0ac48c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/samples/amis.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ function AmisPage() {
}
}
if (process.browser)
return <BuilderComponent model="page" content={pageJson} />
return <BuilderComponent model="page" content={pageJson} data={{}}/>
else
return (<div>Server</div>)
return null
}

export default AmisPage

0 comments on commit 0ac48c3

Please sign in to comment.