small fix

This commit is contained in:
2026-01-09 19:29:50 +02:00
parent 270949ccdf
commit 87ab1f57fd
@@ -24,11 +24,16 @@
<div style="display:flex;gap:20px;justify-content: space-between;">
<LocaleChooser {channel} onLocaleChange={handleLocaleChange}
></LocaleChooser>
<label>
<input bind:checked={showPublished} type="checkbox" role="switch" />
Show Live Data
</label>
{#if record.publishedBy}
<label>
<input
bind:checked={showPublished}
type="checkbox"
role="switch"
/>
Show Live Data
</label>
{/if}
<PublishingOptions {record} status={data.recordStatus}
></PublishingOptions>
</div>