Fix file image
Deskripsi: - Ukuran file yang di ambil dari server wibu di batasi menjadi maksimal hanya 500kb
This commit is contained in:
@@ -88,8 +88,8 @@ export function UiAdminMap_MapBoxView({
|
||||
}}
|
||||
src={
|
||||
e.pinId === null
|
||||
? APIs.GET({ fileId: e.Portofolio.logoId })
|
||||
: APIs.GET({ fileId: e.pinId })
|
||||
? APIs.GET({ fileId: e.Portofolio.logoId, size: "300" })
|
||||
: APIs.GET({ fileId: e.pinId, size: "300" })
|
||||
}
|
||||
/>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user