removing uneeded log
This commit is contained in:
parent
e1841ecc29
commit
0affc0d0c2
|
@ -36,15 +36,12 @@
|
|||
})
|
||||
}
|
||||
|
||||
$: currentAutomation = $automationStore.selectedAutomation.automation
|
||||
$: console.log(currentAutomation)
|
||||
const onChangeTable = e => {
|
||||
value["tableId"] = e.detail
|
||||
dispatch("change", value)
|
||||
}
|
||||
|
||||
const coerce = (value, type) => {
|
||||
console.log(type)
|
||||
if (type === "boolean") {
|
||||
return value === "true"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue