mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
remove unwanted log
This commit is contained in:
parent
4e3086da50
commit
c195996b76
@ -40,8 +40,6 @@ export default {
|
|||||||
"placeholder": "Enter your name. e.g. John Doe",
|
"placeholder": "Enter your name. e.g. John Doe",
|
||||||
},
|
},
|
||||||
"defaultValue": (ctx) => {
|
"defaultValue": (ctx) => {
|
||||||
console.log(ctx)
|
|
||||||
|
|
||||||
return ctx.userData.fullName
|
return ctx.userData.fullName
|
||||||
},
|
},
|
||||||
"onUpdate": async (value) => {
|
"onUpdate": async (value) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user