mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
refactor: remove console log
This commit is contained in:
parent
d6a88f2a22
commit
a165f8ec4d
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ const Body = ({
|
||||||
<Stack>
|
<Stack>
|
||||||
<form
|
<form
|
||||||
onSubmit={form.onSubmit(async (values) => {
|
onSubmit={form.onSubmit(async (values) => {
|
||||||
console.log(values);
|
|
||||||
userService
|
userService
|
||||||
.create(values)
|
.create(values)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue