diff options
Diffstat (limited to 'ufund-ui/src/app/models')
-rw-r--r-- | ufund-ui/src/app/models/Need.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/models/Need.ts b/ufund-ui/src/app/models/Need.ts index 607a6a7..c0425ec 100644 --- a/ufund-ui/src/app/models/Need.ts +++ b/ufund-ui/src/app/models/Need.ts @@ -7,7 +7,7 @@ export interface Need { current: number; } -enum GoalType { +export enum GoalType { MONETARY, PHYSICAL } |