remove log
This commit is contained in:
parent
8ab72050f8
commit
08f621f33e
|
@ -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