forked from hazza/dspace-angular
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