Revert "[ADF-5354] Content node selector is not working properly for read-only folders (#6777)" (#6801)

This reverts commit e21b777a3c.
This commit is contained in:
Maurizio Vitale
2021-03-09 19:13:07 +00:00
committed by GitHub
parent 2565081cee
commit 6974873288
4 changed files with 5 additions and 45 deletions

View File

@@ -109,7 +109,7 @@ export class ContentNodeSelectorComponent implements OnInit {
}
isChooseButtonDisabled(): boolean {
return this.uploadService.isUploading() || !this.hasNodeSelected() || this.hasNoPermissionToUpload();
return this.uploadService.isUploading() || !this.hasNodeSelected();
}
hasNodeSelected(): boolean {