Remove update label in new livestream forms
This commit is contained in:
parent
b20b24bdb6
commit
214263d111
1 changed files with 16 additions and 14 deletions
|
@ -373,6 +373,7 @@ function PublishLivestream(props: Props) {
|
|||
/>
|
||||
<PublishName uri={uri} />
|
||||
<>
|
||||
{inEditMode && (
|
||||
<fieldset-section>
|
||||
<label style={{ marginBottom: 'var(--spacing-s)' }}>
|
||||
{inEditMode && (
|
||||
|
@ -387,6 +388,7 @@ function PublishLivestream(props: Props) {
|
|||
{__('Update only')}
|
||||
</label>
|
||||
</fieldset-section>
|
||||
)}
|
||||
{(fileSource === SOURCE_SELECT || inEditMode) && hasLivestreamData && !isCheckingLivestreams && (
|
||||
<>
|
||||
<label>
|
||||
|
|
Loading…
Add table
Reference in a new issue