diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-02 16:08:52 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-02 16:08:52 -0400 |
commit | 4d382ccf9de889e4b339dd13220c3f761497e419 (patch) | |
tree | 9702d0171001bb76d4d63824bee6eee3502d5ff1 /ufund-ui/src/app/models/Need.ts | |
parent | 6b7c830eeefb6a6a28136a3faacf7713953a6138 (diff) | |
download | JellySolutions-4d382ccf9de889e4b339dd13220c3f761497e419.tar.gz JellySolutions-4d382ccf9de889e4b339dd13220c3f761497e419.tar.bz2 JellySolutions-4d382ccf9de889e4b339dd13220c3f761497e419.zip |
Added dollar signs and other small additions to needs
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/app/models/Need.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-ui/src/app/models/Need.ts b/ufund-ui/src/app/models/Need.ts index 6cf7e76..588e745 100644 --- a/ufund-ui/src/app/models/Need.ts +++ b/ufund-ui/src/app/models/Need.ts @@ -12,6 +12,6 @@ export interface Need { } export enum GoalType { - MONETARY, - PHYSICAL + MONETARY = 'MONETARY', + PHYSICAL = 'PHYSICAL' } |