add selected Board to settings and solve component rerender
This commit is contained in:
@@ -38,7 +38,6 @@ const CodeEditor = (props) => {
|
||||
})
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
console.log(data);
|
||||
if (data.code === "Internal Server Error") {
|
||||
setProgress(false);
|
||||
setOpen(true);
|
||||
|
||||
Reference in New Issue
Block a user