aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/src/components/Editor/Editor.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/Editor/Editor.jsx b/client/src/components/Editor/Editor.jsx
index 29294a0..0bb046e 100644
--- a/client/src/components/Editor/Editor.jsx
+++ b/client/src/components/Editor/Editor.jsx
@@ -10,7 +10,7 @@ const Editor = () => {
const { id } = useParams();
const navigate = useNavigate();
const [text, setText] = useState("");
- const [language, setLanguage] = useState("js");
+ const [language, setLanguage] = useState("none");
const textareaRef = useRef(null);
const lineNumberRef = useRef(null);