fix: remove the FOO

This commit is contained in:
Ruben Fiszel
2023-11-07 20:56:52 +01:00
parent 436b5ee28a
commit f89a01ff2f
@@ -138,7 +138,6 @@
syncOrders()
schemaString = JSON.stringify(schema, null, '\t')
jsonEditor?.setCode(schemaString)
sendUserToast('FOO')
dispatch('change', schema)
}