Skip to content

Commit 3a976d5

Browse files
committed
fix: linting error
1 parent e14574e commit 3a976d5

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-sdk-components/src/lib/_components/field

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/field/field.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class FieldBase implements OnInit, OnDestroy {
1616

1717
fieldControl: FormControl<any> = new FormControl('', null);
1818
controlName$: string;
19-
actionsApi: Object;
19+
actionsApi: object;
2020
propName: string;
2121

2222
bHasForm$ = true;

0 commit comments

Comments
 (0)