Added User List table
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user