Skip to content

Commit

Permalink
[EB-124] Fixed referenced resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AlKaliada committed Feb 6, 2024
1 parent 89dbd24 commit 4c01f24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ $(function () {

function buildPackage(testBuild) {
var referencedResources = {};
$('input[name="referencedResources"]:checked').each(function () {
$('input[name="referencedResources"]').each(function () {
var resources = [];
var currentResourceType = this.value;
$(this).closest('coral-accordion-item').find('input[name="referencedResourcesItem"]:checked').each(function () {
Expand Down

0 comments on commit 4c01f24

Please sign in to comment.