Fix: Image donasi

Deksripsi:
- Tampilan image dari server wibu
- Upload image ke server wibu
## No Issue
This commit is contained in:
2024-10-28 10:24:38 +08:00
parent 360ba267ec
commit 0371ca5e01
96 changed files with 1562 additions and 1528 deletions

View File

@@ -1,18 +0,0 @@
import { ComponentGlobal_NotifikasiPeringatan } from "../notif_global/notifikasi_peringatan";
/**
* @returns nilai maksimal untuk upload file di semua module
*/
export let maksimalUploadFile = 2000000;
export const ComponentGlobal_WarningMaxUpload = ({
text,
time,
}: {
text?: string;
time?: number;
}) => {
ComponentGlobal_NotifikasiPeringatan(
text ? text : "Maaf, Ukuran file terlalu besar, maximum 2mb",
time ? time : 3000
);
};