fix: ip parse panic
This commit is contained in:
parent
f746290d97
commit
b1d812d07b
5 changed files with 29 additions and 9 deletions
|
@ -531,7 +531,7 @@ media_theme_pref();
|
|||
.then((res) => res.json())
|
||||
.then((res) => {
|
||||
trigger("atto::toast", [
|
||||
res.success ? "success" : "error",
|
||||
res.ok ? "success" : "error",
|
||||
res.message,
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue