remove log
This commit is contained in:
parent
72985ee71c
commit
2306c5d09d
|
@ -54,7 +54,6 @@
|
||||||
$: schemaFields = Object.values(schema || {})
|
$: schemaFields = Object.values(schema || {})
|
||||||
|
|
||||||
const onChange = async (e, key) => {
|
const onChange = async (e, key) => {
|
||||||
console.log(e, key)
|
|
||||||
try {
|
try {
|
||||||
if (isTestModal) {
|
if (isTestModal) {
|
||||||
// Special case for webhook, as it requires a body, but the schema already brings back the body's contents
|
// Special case for webhook, as it requires a body, but the schema already brings back the body's contents
|
||||||
|
|
Loading…
Reference in New Issue