diff --git a/frontend/src/lib/components/SchemaEditor.svelte b/frontend/src/lib/components/SchemaEditor.svelte index 523da9613b..15a3dd2ae6 100644 --- a/frontend/src/lib/components/SchemaEditor.svelte +++ b/frontend/src/lib/components/SchemaEditor.svelte @@ -138,7 +138,6 @@ syncOrders() schemaString = JSON.stringify(schema, null, '\t') jsonEditor?.setCode(schemaString) - sendUserToast('FOO') dispatch('change', schema) }