restore posts publishing (#7359)
This commit is contained in:
parent
000a750f19
commit
ae682a4a33
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function PublishForm(props: Props) {
|
|||
} else if (_uploadType) {
|
||||
return mode === _uploadType;
|
||||
} else {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue