Remove debug info (#9999)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-10-02 13:31:44 +05:00
committed by GitHub
parent ab48ed837e
commit 4adc920910
@@ -37,7 +37,6 @@
</script>
<Card width={'menu'} label={attribute.label} canSave={value != null} on:close okAction={save}>
{value}
{#if editor != null}
<Component
is={editor}