chore: minor fixes and updates

This commit is contained in:
reya
2024-01-09 08:35:30 +07:00
parent c172c0f80f
commit 73f90ebaf9
13 changed files with 97 additions and 48 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function AvatarUploadButton({
// start loading
setLoading(true);
const image = await ark.upload({});
const image = await ark.upload({ fileExts: [] });
if (image) {
setPicture(image);