mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
fixed lint errror
This commit is contained in:
@@ -7,6 +7,6 @@ import { Component, Input } from '@angular/core';
|
||||
})
|
||||
export class LoadingComponent {
|
||||
|
||||
@Input() message: "Loading...";
|
||||
@Input() message: 'Loading...';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user