aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-04 23:28:05 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-04 23:28:05 -0400
commit814b9c0f281176cb4e5787e47292754493427fca (patch)
tree4ea4a60e7f9b08c08a3c80618611de29e084880d
parent1dcb3ca5345609fa03e73f58693327cee7ab7cf9 (diff)
downloadJellySolutions-814b9c0f281176cb4e5787e47292754493427fca.tar.gz
JellySolutions-814b9c0f281176cb4e5787e47292754493427fca.tar.bz2
JellySolutions-814b9c0f281176cb4e5787e47292754493427fca.zip
fix missing location label
-rw-r--r--ufund-ui/src/app/components/need-edit/need-edit.component.html1
1 files changed, 1 insertions, 0 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 0adbda7..ed4bfb3 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,6 +11,7 @@
<input type="text" name="image" [(ngModel)]="needCopy.image">
</div>
<div>
+ <span>Location:</span>
<input type="text" name="location" [(ngModel)]="needCopy.location">
</div>
<div>