This commit is contained in:
2022-03-01 21:03:02 +00:00
parent 4ee3f989fd
commit fee9961785
3 changed files with 43 additions and 12 deletions

View File

@@ -381,12 +381,12 @@
{{ $ay.t("UserColor") }}
</span>
<v-color-picker
ref="uiColor"
v-model="optionsObj.uiColor"
:readonly="formState.readOnly"
hide-mode-switch
mode="hexa"
:error-messages="form().serverErrors(this, 'uiColor')"
ref="uiColor"
@input="fieldValueChanged('uiColor')"
></v-color-picker>
</v-col>