diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 21:55:12 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 21:55:12 -0400 |
commit | b578584a1208178100bf90e8b06971772c7fc00f (patch) | |
tree | 6c2e5ee5fd3cc7e96e036704ebe3b1ba7cbfc9f5 /ufund-ui/src/app/components/need-edit/need-edit.component.html | |
parent | 03431245f71385c5d641f66a7f63c1a22ab65210 (diff) | |
download | JellySolutions-b578584a1208178100bf90e8b06971772c7fc00f.tar.gz JellySolutions-b578584a1208178100bf90e8b06971772c7fc00f.tar.bz2 JellySolutions-b578584a1208178100bf90e8b06971772c7fc00f.zip |
Fix many bugs and code clean up
Diffstat (limited to 'ufund-ui/src/app/components/need-edit/need-edit.component.html')
-rw-r--r-- | ufund-ui/src/app/components/need-edit/need-edit.component.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-edit/need-edit.component.html b/ufund-ui/src/app/components/need-edit/need-edit.component.html index ed4bfb3..0adbda7 100644 --- a/ufund-ui/src/app/components/need-edit/need-edit.component.html +++ b/ufund-ui/src/app/components/need-edit/need-edit.component.html @@ -11,7 +11,6 @@ <input type="text" name="image" [(ngModel)]="needCopy.image"> </div> <div> - <span>Location:</span> <input type="text" name="location" [(ngModel)]="needCopy.location"> </div> <div> |