mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
DS-4107 Improve variable naming
This commit is contained in:
@@ -12,7 +12,7 @@ import { MetadataValue } from '../../../core/shared/metadata.interfaces';
|
||||
})
|
||||
export class MetadataValuesComponent {
|
||||
|
||||
@Input() values: MetadataValue[];
|
||||
@Input() mdValues: MetadataValue[];
|
||||
|
||||
@Input() separator: string;
|
||||
|
||||
|
Reference in New Issue
Block a user