Skip to content

Commit 765ba57

Browse files
authored
fix: make DEFAULT_COUNTRY a required field (#8891)
2 parents e3fc851 + 7d59eef commit 765ba57

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-config/src/lib/environments

1 file changed

+1
-1
lines changed

packages/ui-config/src/lib/environments/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface Environment {
4747
DEFAULT_LATITUDE: number;
4848
DEFAULT_LONGITUDE: number;
4949
DEFAULT_CURRENCY: string;
50-
DEFAULT_COUNTRY?: string;
50+
DEFAULT_COUNTRY: string;
5151

5252
IS_INTEGRATED_DESKTOP: boolean;
5353

0 commit comments

Comments
 (0)