mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
fix: remove debug output (#7973)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
<div class="antiPopup p-4 grid">
|
||||
<Label label={love.string.WithAudio} />
|
||||
{$isShareWithSound}
|
||||
<Toggle
|
||||
showTooltip={{ label: love.string.ShareWithAudioTooltip }}
|
||||
on={$isShareWithSound}
|
||||
|
||||
@@ -92,8 +92,6 @@
|
||||
|
||||
{#if viewlet?.$lookup?.descriptor?.component}
|
||||
{#if loading}
|
||||
{configurationsLoading}
|
||||
{preferencesLoading}
|
||||
<Loading />
|
||||
{:else}
|
||||
<Component
|
||||
|
||||
Reference in New Issue
Block a user