DONE: increase limit size of profile pic, fix swal error when uploading profile pic large than 2 mb on prod (#15)
Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local> Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
@@ -190,6 +190,9 @@ onMounted(async () => {
|
||||
No. {{ authStore.userMemberNumber }}
|
||||
</Badge>
|
||||
</div>
|
||||
<p class="mt-2 text-xs opacity-70">
|
||||
Gambar profil: maksimum 2 MB (JPEG, PNG, GIF).
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -318,7 +318,6 @@ async function confirmRestore() {
|
||||
const headers: TableHeader[] = [
|
||||
{ title: 'Bil.', key: '#', sortable: false },
|
||||
{ title: 'Name', key: 'name', sortable: true },
|
||||
{ title: 'Jenis Anggota', key: 'member_type', sortable: true },
|
||||
{
|
||||
title: 'Unit',
|
||||
key: 'company_name',
|
||||
|
||||
Reference in New Issue
Block a user