remove log
This commit is contained in:
parent
fb335a27d2
commit
d7500045a9
|
@ -49,7 +49,6 @@
|
||||||
function schemaHasOptions(schema) {
|
function schemaHasOptions(schema) {
|
||||||
return !!schema.constraints?.inclusion?.length
|
return !!schema.constraints?.inclusion?.length
|
||||||
}
|
}
|
||||||
$: console.log(schemaFields)
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Select
|
<Select
|
||||||
|
|
Loading…
Reference in New Issue