fix: disable code editor for now

pull/68/head
Artem Golub 3 years ago committed by Samuel Rowe
parent 94bc646189
commit 02549703ee

@ -460,7 +460,7 @@ export default function Project() {
onChange={(e: any) => {
onCodeUpdate(e);
}}
disabled={false}
disabled={true}
lineWrapping={false}
height={height - 64}
/>

Loading…
Cancel
Save