This commit is contained in:
Viet An
2026-05-20 15:48:05 +07:00
parent 087b05a0b8
commit a52c33706a
20 changed files with 86 additions and 106 deletions

View File

@@ -40,10 +40,10 @@ async function saveEditImage() {
});
props.loadImages();
$snackbar("Đã cập nhật ảnh thành công", "Thành công", "Success");
$snackbar("Đã cập nhật ảnh thành công", "Success");
} catch (error) {
console.error("Error updating image", error);
$snackbar("Cập nhật ảnh thất bại", "Lỗi", "Error");
$snackbar("Cập nhật ảnh thất bại", "Error");
}
resetEditRefs();