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;"> <div style="display:flex;gap:20px;justify-content: space-between;">
<LocaleChooser {channel} onLocaleChange={handleLocaleChange} <LocaleChooser {channel} onLocaleChange={handleLocaleChange}
></LocaleChooser> ></LocaleChooser>
{#if record.publishedBy}
<label> <label>
<input bind:checked={showPublished} type="checkbox" role="switch" /> <input
Show Live Data bind:checked={showPublished}
</label> type="checkbox"
role="switch"
/>
Show Live Data
</label>
{/if}
<PublishingOptions {record} status={data.recordStatus} <PublishingOptions {record} status={data.recordStatus}
></PublishingOptions> ></PublishingOptions>
</div> </div>