Remove console log
This commit is contained in:
parent
d4a7412163
commit
608576ff3b
|
@ -22,10 +22,7 @@
|
|||
$: schemaFields = Object.values(schema || {})
|
||||
|
||||
async function saveFilter() {
|
||||
if (tempValue !== value) {
|
||||
console.log("saving", tempValue)
|
||||
dispatch("change", tempValue)
|
||||
}
|
||||
dispatch("change", tempValue)
|
||||
notifications.success("Filters saved")
|
||||
drawer.hide()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue