Skip to content

Commit

Permalink
[Public Website] [NGO list] Fix county dropdown label (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Aug 10, 2023
1 parent 0b637fa commit 018807e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Public/Bcr/Projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<MultiSelectObjectFilter
class="w-full"
:label="$t('county_city')"
:label="$t('county')"
v-model="filter.c"
:options="props.cities"
@callback="filterProjects"
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Public/Organizations/Organizations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<SelectMultiple
class="w-80"
:label="$t('county_city')"
:label="$t('county')"
v-model="filter.c"
:options="counties"
type="object"
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Public/Projects/Projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

<SelectMultiple
class="relative col-span-12 md:col-span-6 lg:col-span-3 z-101"
:label="$t('county_city')"
:label="$t('county')"
v-model="filter.counties"
:options="props.counties"
type="object"
Expand Down

0 comments on commit 018807e

Please sign in to comment.