แก้บัคข้อมูลหลัก

This commit is contained in:
AnandaTon 2023-06-21 11:51:33 +07:00
parent a1acb1fa79
commit 81aca2a74b
3 changed files with 3 additions and 3 deletions

View file

@ -546,7 +546,7 @@ const save = async (publish: boolean) => {
.catch((e) => {
messageError($q, e);
})
.finally(() => {
.finally(async () => {
hideLoader();
await fetchData(true);
});

View file

@ -543,7 +543,7 @@ const save = async (publish: boolean) => {
.catch((e) => {
messageError($q, e);
})
.finally(() => {
.finally(async () => {
hideLoader();
await fetchData(true);
});

View file

@ -585,7 +585,7 @@ const save = async (publish: boolean) => {
.catch((e) => {
messageError($q, e);
})
.finally(() => {
.finally(async () => {
hideLoader();
await fetchData(true);
});