🐛 fix(admin): refresh user list after balance update

This commit is contained in:
web-ppanel
2026-01-27 18:08:34 +00:00
parent 9e0dd4c874
commit 7e1d5746d4
4 changed files with 23 additions and 8 deletions
@@ -34,7 +34,7 @@ export function NotifySettingsForm({
refetch,
}: {
user: API.User;
refetch: () => void;
refetch: () => void | Promise<unknown>;
}) {
const { t } = useTranslation("user");