Touch up for active channel refactoring
## Issue 5563: don't allow URL change on edit
This commit is contained in:
parent
e7adc607fa
commit
52878efae1
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ function PublishName(props: Props) {
|
|||
name="content_name"
|
||||
value={name}
|
||||
error={nameError}
|
||||
disabled={isStillEditing}
|
||||
onChange={handleNameChange}
|
||||
onBlur={() => setBlurred(true)}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue