We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e10b16 commit 9d2d103Copy full SHA for 9d2d103
resources/js/Pages/Vault/Reports/Address/Index.vue
@@ -78,7 +78,7 @@ defineProps({
78
79
<!-- blank state -->
80
<div
81
- v-if="data.countries.length == 0"
+ v-if="data.cities.length == 0"
82
class="mb-6 rounded-lg border border-gray-200 bg-white dark:border-gray-700 dark:bg-gray-900">
83
<p class="p-5 text-center">No cities have been added yet in any contact's addresses.</p>
84
</div>
0 commit comments