Skip to content

Commit

Permalink
#8400 revert testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Mar 31, 2022
1 parent d56b028 commit b587642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/datasetFieldForEditFragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
or dsfv.datasetField.datasetFieldType.fieldType == 'URL'
or dsfv.datasetField.datasetFieldType.fieldType == 'DATE'
or dsfv.datasetField.datasetFieldType.fieldType == 'EMAIL')}"
onkeypress="return event.keyCode !== 13;">
onkeypress="return event.keyCode !== 13;" >
<c:if test="#{dsfvIndex!=0}">
<f:passThroughAttribute name="aria-label" value="#{bundle['dataset.additionalEntry']}" />
</c:if>
Expand Down

0 comments on commit b587642

Please sign in to comment.