Remove log
This commit is contained in:
parent
0acc8ffff6
commit
9072142ca9
|
@ -33,8 +33,6 @@
|
||||||
$: renderer = customRenderer?.component ?? typeMap[type] ?? StringRenderer
|
$: renderer = customRenderer?.component ?? typeMap[type] ?? StringRenderer
|
||||||
$: cellValue = getCellValue(value, schema.template)
|
$: cellValue = getCellValue(value, schema.template)
|
||||||
|
|
||||||
$: console.log(snippets)
|
|
||||||
|
|
||||||
const getType = schema => {
|
const getType = schema => {
|
||||||
// Use a string renderer for dates if we use a custom template
|
// Use a string renderer for dates if we use a custom template
|
||||||
if (schema?.type === "datetime" && schema?.template) {
|
if (schema?.type === "datetime" && schema?.template) {
|
||||||
|
|
Loading…
Reference in New Issue