mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -154,7 +154,7 @@ export class FormService {
|
||||
}
|
||||
|
||||
public setStatusChanged(formId: string, valid: boolean) {
|
||||
this.store.dispatch(new FormStatusChangeAction(formId, valid))
|
||||
this.store.dispatch(new FormStatusChangeAction(formId, valid));
|
||||
}
|
||||
|
||||
public getForm(formId: string): Observable<FormEntry> {
|
||||
|
Reference in New Issue
Block a user