Skip to content

Commit

Permalink
Merge pull request #3621 from DSpace/backport-3619-to-dspace-7_x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] BitstreamAuthorizationsComponent: update selector and comment to correctly describe component's purpose
  • Loading branch information
tdonohue authored Nov 7, 2024
2 parents 38c7988 + 9f879d3 commit 7b4d5f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { RemoteData } from '../../core/data/remote-data';
import { DSpaceObject } from '../../core/shared/dspace-object.model';

@Component({
selector: 'ds-collection-authorizations',
selector: 'ds-bitstream-authorizations',
templateUrl: './bitstream-authorizations.component.html',
})
/**
* Component that handles the Collection Authorizations
* Component that handles the Bitstream Authorizations
*/
export class BitstreamAuthorizationsComponent<TDomain extends DSpaceObject> implements OnInit {

Expand Down

0 comments on commit 7b4d5f9

Please sign in to comment.