Skip to content

Commit

Permalink
Remove unused adjunct
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Feb 28, 2024
1 parent a4b212c commit 4fa8dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/lib/credentials/select.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<j:set var="selectHelper" value="${app.getDescriptorByName('com.cloudbees.plugins.credentials.CredentialsSelectHelper')}"/>
<j:set var="includeUser" value="${attrs.includeUser ? true : false}"/>
<j:set var="context" value="${selectHelper.resolveContext(attrs.context ?: it)}"/>
<st:adjunct includes="lib.credentials.dialog"/>
<div class="credentials-select-control">
<j:if test="${attrs.expressionAllowed}">
<label field-disabled="true">
Expand Down

0 comments on commit 4fa8dbf

Please sign in to comment.