small fix
This commit is contained in:
@@ -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
|
||||||
|
bind:checked={showPublished}
|
||||||
|
type="checkbox"
|
||||||
|
role="switch"
|
||||||
|
/>
|
||||||
Show Live Data
|
Show Live Data
|
||||||
</label>
|
</label>
|
||||||
|
{/if}
|
||||||
<PublishingOptions {record} status={data.recordStatus}
|
<PublishingOptions {record} status={data.recordStatus}
|
||||||
></PublishingOptions>
|
></PublishingOptions>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user