Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
fix: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Dec 21, 2018
1 parent 5294e37 commit a066652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/models/field-config.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export interface IFieldConfig {
pattern?: RegExp;
lookup?: string; // Name of a lookup array inside lookup payload
extract?: string; // Extract one field from lookup item when lookup is an object
settings?: any // Free format object for storing custom form inputs settings
settings?: any; // Free format object for storing custom form inputs settings
}

0 comments on commit a066652

Please sign in to comment.