Browse Source

fix: new nav show disabled locale bar

pull/1757/head
NGPixel 5 years ago
parent
commit
6bf0261544
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/admin/admin-navigation.vue

2
client/components/admin/admin-navigation.vue

@ -55,7 +55,7 @@
v-card.grey(flat, style='height: 100%; border-radius: 4px 0 0 4px;', :class='$vuetify.theme.dark ? `darken-4-l5` : `lighten-3`')
.teal.pa-2(style='margin-bottom: 1px; height: 56px;')
v-select(
v-if='locales.length > 0'
:disabled='locales.length < 2'
label='Locale'
hide-details
solo

Loading…
Cancel
Save