Skip to content

Commit

Permalink
fix: new nav show disabled locale bar
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Apr 22, 2020
1 parent dae64f0 commit 6bf0261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/admin/admin-navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bf0261

Please sign in to comment.