small fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user