Fix vim motion typo
This commit is contained in:
parent
f19e622d39
commit
39add772f7
@ -60,7 +60,7 @@ out["messagesPerField"]= {
|
|||||||
function existsError_singleFieldName(fieldName) {
|
function existsError_singleFieldName(fieldName) {
|
||||||
<#if !messagesPerField?? || !(messagesPerField?is_hash)>
|
<#if !messagesPerField?? || !(messagesPerField?is_hash)>
|
||||||
throw new Error("You're not supposed to use messagesPerField.printIfExists in this page");
|
throw new Error("You're not supposed to use messagesPerField.printIfExists in this page");
|
||||||
<#elske>
|
<#else>
|
||||||
<#list fieldNames as fieldName>
|
<#list fieldNames as fieldName>
|
||||||
if(fieldName === "${fieldName}" ){
|
if(fieldName === "${fieldName}" ){
|
||||||
<#-- https://github.com/keycloakify/keycloakify/pull/218 -->
|
<#-- https://github.com/keycloakify/keycloakify/pull/218 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user