Browse Source

completed admin panel

master
alireza 4 months ago
parent
commit
a7b914be9e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/components/ConfigCountriesSelect.vue

+ 1
- 0
src/components/ConfigCountriesSelect.vue View File

@@ -16,6 +16,7 @@
:key="code?.id"
>
{{ code?.title }}
<template v-if="code?.country_code">({{ code?.country_code }})</template>
</option>
</select>
<small id="country-code-help" class="form-text text-muted">


Loading…
Cancel
Save