restore posts publishing #7359

Merged
jessopb merged 1 commit from restore-postsPublishing into master 2021-12-16 20:26:52 +01:00

View file

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