From f89a01ff2fb26224884e59599f72da0b83fa4a0f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 7 Nov 2023 20:56:52 +0100 Subject: [PATCH] fix: remove the FOO --- frontend/src/lib/components/SchemaEditor.svelte | 1 - 1 file changed, 1 deletion(-) 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) }