remove unwanted log

This commit is contained in:
SrGooglo 2023-01-13 20:00:29 +00:00
parent 072db6b428
commit fb8876b455

View File

@ -40,8 +40,6 @@ export default {
"placeholder": "Enter your name. e.g. John Doe",
},
"defaultValue": (ctx) => {
console.log(ctx)
return ctx.userData.fullName
},
"onUpdate": async (value) => {