Added User List table

This commit is contained in:
2026-01-20 22:21:06 +07:00
parent 1423d8af53
commit e02564b5cd
45 changed files with 1866 additions and 292 deletions

View File

@@ -66,6 +66,7 @@ const ProfileForm = () => {
});
},
onError: (ctx) => {
console.error(ctx.error.code);
toast.error(
(
m[
@@ -79,7 +80,9 @@ const ProfileForm = () => {
},
},
);
} catch (error) {}
} catch (error) {
console.error('update load file', error);
}
},
});