This commit is contained in:
Peter Clement 2024-09-13 16:10:38 +01:00
parent 59549b74b5
commit 70b9d08516
1 changed files with 0 additions and 3 deletions

View File

@ -62,7 +62,6 @@
} from "@budibase/types"
import { FIELDS } from "constants/backend"
import PropField from "./PropField.svelte"
import { name } from "helpers/validation/yup/app"
export let block
export let testData
@ -759,9 +758,7 @@
Object.entries(schema).forEach(([name, value]) => {
addBinding(name, value, icon, idx, isLoopBlock, bindingName)
})
console.log(bindings)
}
console.log(bindings)
return bindings
}