AW-803 Fix casing issue. Remove unused parms.
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface ICodeListItem {
|
||||
codelist: string;
|
||||
codeList: string;
|
||||
code: string;
|
||||
codeGroup?: string;
|
||||
unit?: string;
|
||||
@@ -12,7 +12,7 @@ export interface ICodeListItem {
|
||||
}
|
||||
|
||||
export class CodeListItem implements ICodeListItem {
|
||||
public codelist: string;
|
||||
public codeList: string;
|
||||
public code: string;
|
||||
public codeGroup?: string;
|
||||
public unit?: string;
|
||||
|
Reference in New Issue
Block a user