mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix bug on master server dir
This commit is contained in:
parent
e79f33fcc4
commit
a73063f279
@ -345,9 +345,7 @@
|
||||
});
|
||||
let responseData = await res.json();
|
||||
if (responseData.status === "ok") {
|
||||
serverFileContent = text;
|
||||
setSaveStatus(true)
|
||||
|
||||
return
|
||||
} else {
|
||||
|
||||
bootbox.alert({
|
||||
|
Loading…
Reference in New Issue
Block a user