fix button detail

- fix admin table donasi
- fix admin event status on detail data
This commit is contained in:
2025-03-26 14:45:09 +08:00
parent a779278ba6
commit 0dcdfa6df3
9 changed files with 242 additions and 192 deletions

View File

@@ -31,7 +31,6 @@ export function AdminEvent_UiNewDetail() {
});
if (response?.success && response?.data) {
console.log("res >>", response.data);
setData(response.data);
} else {
console.error("Invalid data format received:", response);