fix: remove the FOO

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