Fix bad case definition

This commit is contained in:
Bubka 2023-08-28 08:32:27 +02:00
parent 33de669414
commit 199fc3da14

View File

@ -53,7 +53,7 @@ Vue.mixin({
fieldName = fieldName.toString() fieldName = fieldName.toString()
switch (fieldType) { switch (fieldType) {
case 'button': case 'text':
prefix = 'txt' prefix = 'txt'
break break
case 'button': case 'button':