Skip to content

Commit

Permalink
Remove "Building" field from forane, parish and family page
Browse files Browse the repository at this point in the history
  • Loading branch information
getwithashish committed Sep 19, 2023
1 parent c11dbb7 commit 11dca3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Tithe-Vue/src/views/FamilyView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,12 @@ const getActivePersonRows = computed(() => {
placeholder="Shalom House"
/>
</FormField>
<FormField label="Building">
<!-- Remove Building name -->
<!-- <FormField label="Building">
<FormControl
v-model="createFamilyForm.address.buildingName"
/>
</FormField>
</FormField> -->
<FormField label="Forane">
<SearchBox
v-model="formForane"
Expand Down
5 changes: 3 additions & 2 deletions Tithe-Vue/src/views/ForaneView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,12 @@ const getActivePersonRows = computed(() => {
placeholder="St. Peter's Church"
/>
</FormField>
<FormField label="Building">
<!-- Remove Building Name -->
<!-- <FormField label="Building">
<FormControl
v-model="createForaneForm.address.buildingName"
/>
</FormField>
</FormField> -->
<FormField label="Phone">
<FormControl
v-model="createForaneForm.phone"
Expand Down
5 changes: 3 additions & 2 deletions Tithe-Vue/src/views/ParishView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,12 @@ const getActivePersonRows = computed(() => {
placeholder="St. Peter's Church"
/>
</FormField>
<FormField label="Building">
<!-- Remove Building Name -->
<!-- <FormField label="Building">
<FormControl
v-model="createParishForm.address.buildingName"
/>
</FormField>
</FormField> -->
<FormField label="Forane">
<SearchBox
v-model="formForane"
Expand Down

0 comments on commit 11dca3d

Please sign in to comment.