changes
This commit is contained in:
@@ -162,7 +162,7 @@ async function saveSetting() {
|
||||
msg: "Tên thiết lập không được bỏ trống",
|
||||
});
|
||||
}
|
||||
result = await $insertapi("usersetting", data);
|
||||
result = await $insertapi("usersetting", { data });
|
||||
} else {
|
||||
const updatedSetting = {
|
||||
...$copy(currentsetting),
|
||||
|
||||
Reference in New Issue
Block a user