This commit is contained in:
2020-06-20 22:49:39 +00:00
parent efe3aeea66
commit a8b8a30338
2 changed files with 21 additions and 16 deletions

View File

@@ -45,7 +45,8 @@
@input="fieldValueChanged('currencyName')"
></v-text-field>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<!-- Keeping in case decide to implement non-native time pickers again, but this won't work with native ones
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
v-model="obj.hour12"
:readonly="formState.readOnly"
@@ -54,7 +55,7 @@
:error-messages="form().serverErrors(this, 'hour12')"
@change="fieldValueChanged('hour12')"
></v-checkbox>
</v-col>
</v-col> -->
<v-col cols="12" sm="6" lg="4" xl="3">
<!-- https://vuetifyjs.com/en/components/color-pickers -->
<span class="v-label v-label--active theme--light">
@@ -418,7 +419,7 @@ async function fetchTranslatedText(vm) {
"LanguageCode",
"TimeZone",
"UserEmailAddress",
"Hour12",
//"Hour12",
"UserColor",
"Translation",
"DarkMode"