restore posts publishing (#7359)

This commit is contained in:
jessopb 2021-12-16 14:26:52 -05:00 committed by GitHub
parent 000a750f19
commit ae682a4a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ function PublishForm(props: Props) {
} else if (_uploadType) {
return mode === _uploadType;
} else {
return false;
return true;
}
});