diff --git a/app/components/wax-collab/src/Editoria.js b/app/components/wax-collab/src/Editoria.js index 06887ee5db55467949af18f7b8460bc59779d47b..e791dceb8bdc61498d007fe93b542332b5347078 100644 --- a/app/components/wax-collab/src/Editoria.js +++ b/app/components/wax-collab/src/Editoria.js @@ -27,7 +27,7 @@ const user = { username: 'demo', } -const Editoria = ({ content }) => ( +const Editoria = ({ content, readonly }) => ( <Fragment> {/* <GlobalStyle /> */} <Wax @@ -36,6 +36,7 @@ const Editoria = ({ content }) => ( fileUpload={file => renderImage(file)} layout={EditoriaLayout} value={content} + readonly={readonly} placeholder="Type Something..." // onChange={source => console.log(source)} user={user}