Skip to content
Snippets Groups Projects
Commit 3e67d491 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): tslint

lint fix
parent b1c562d7
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,7 @@ export class SharedFieldErrorPresentational extends SharedAbstractPresentational
return errors;
}
propagateChange = (__: any) => {
};
propagateChange = (__: any) => {};
registerOnChange(fn: any): void {
this.propagateChange = fn;
......
......@@ -2,7 +2,8 @@ import {SubmissionPolicies} from "@app/generated-api";
import {AdminResourceApiEnum} from "@app/shared/enums/api.enum";
import {LocalStateEnum} from "../../enums/local-state.enum";
import {submissionPolicyActionNameSpace} from "@app/shared/stores/submission-policy/submission-policy.action";
import {Actions, State, Store} from "@ngxs/store";import {
import {Actions, State, Store} from "@ngxs/store";
import {
ApiService,
CollectionTyped,
isNullOrUndefined,
......
......@@ -41,7 +41,8 @@
"Routable",
"Presentational",
"Container",
"Dialog"
"Dialog",
"Form"
],
"component-selector": [
true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment