fix invalid selector

(cherry picked from commit 752951ce3b)
This commit is contained in:
Sascha Szott
2024-11-07 20:02:39 +01:00
committed by github-actions[bot]
parent 87f5b50201
commit 9f879d3850

View File

@@ -8,7 +8,7 @@ import { RemoteData } from '../../core/data/remote-data';
import { DSpaceObject } from '../../core/shared/dspace-object.model'; import { DSpaceObject } from '../../core/shared/dspace-object.model';
@Component({ @Component({
selector: 'ds-collection-authorizations', selector: 'ds-bitstream-authorizations',
templateUrl: './bitstream-authorizations.component.html', templateUrl: './bitstream-authorizations.component.html',
}) })
/** /**