Skip to content

Commit

Permalink
Removing not necessary jelly attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
aHenryJard committed May 6, 2021
1 parent 0a0b777 commit c730037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
checked="${instance.assignedLabelString!=null}" inline="true">
<f:entry title="${%Label Expression}"
description="If not set, the label of the promoted build will be used." field="assignedLabelString">
<f:textbox autoCompleteDelimChar=" " name="assignedLabelString" value="${instance.assignedLabelString}" autoCompleteField="assignedLabelString"/>
<f:textbox autoCompleteDelimChar=" "/>
</f:entry>
</f:optionalBlock>

Expand Down

0 comments on commit c730037

Please sign in to comment.