Skip to content

Commit

Permalink
Merge pull request DSpace#3619 from saschaszott/patch-30
Browse files Browse the repository at this point in the history
BitstreamAuthorizationsComponent: update selector and comment to correctly describe component's purpose
  • Loading branch information
tdonohue authored Nov 7, 2024
2 parents 25d8f6e + 752951c commit 1ccdec2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { DSpaceObject } from '../../core/shared/dspace-object.model';
import { ResourcePoliciesComponent } from '../../shared/resource-policies/resource-policies.component';

@Component({
selector: 'ds-collection-authorizations',
selector: 'ds-bitstream-authorizations',
templateUrl: './bitstream-authorizations.component.html',
imports: [
ResourcePoliciesComponent,
Expand All @@ -30,7 +30,7 @@ import { ResourcePoliciesComponent } from '../../shared/resource-policies/resour
standalone: true,
})
/**
* 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 1ccdec2

Please sign in to comment.