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