Skip to content

Commit 6ab77df

Browse files
committed
client compilation
1 parent a2d6c62 commit 6ab77df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/app/shared/filter/filter.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface IFilterField {
1010
export interface IFilterOption {
1111
displayName: string;
1212
field: string;
13-
translationKey: string | undefined;
13+
translationKey?: string;
1414
}
1515

1616
export class FilterField implements IFilterField {

0 commit comments

Comments
 (0)