1
0
Fork 0
mirror of synced 2024-08-19 03:51:29 +12:00

Remove console log

This commit is contained in:
Andrew Kingston 2022-12-07 09:02:31 +00:00
parent d4a7412163
commit 608576ff3b

View file

@ -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()
}