mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-07-25 11:03:19 +00:00
Fix bug on master server dir
This commit is contained in:
@ -345,9 +345,7 @@
|
||||
});
|
||||
let responseData = await res.json();
|
||||
if (responseData.status === "ok") {
|
||||
serverFileContent = text;
|
||||
setSaveStatus(true)
|
||||
|
||||
return
|
||||
} else {
|
||||
|
||||
bootbox.alert({
|
||||
|
Reference in New Issue
Block a user