Merge branch 'join' into lukman/6-september-2024

This commit is contained in:
Amalia
2024-09-06 13:58:11 +08:00
committed by GitHub
72 changed files with 454 additions and 363 deletions

View File

@@ -39,7 +39,7 @@ export default function UpdateListUsers({ onClose }: { onClose: (val: any) => vo
toast.error(response.message)
}
} catch (error) {
console.log(error)
console.error(error)
toast.error("Gagal mendapatkan anggota, coba lagi nanti");
} finally {
setLoading(false)