Skip to content

Commit

Permalink
Merge branch 'rc' into DXI-30009
Browse files Browse the repository at this point in the history
  • Loading branch information
staware30 committed Dec 5, 2024
2 parents 9154d90 + 97e0dac commit 0ac63c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default async function decorate(block) {

// deliverables tab
const expandCollapseTooltip = 'Expand/Collapse All Deliverable Tasks';
const expandCollapseTooltip = 'Expand/Collapse All Deliverable Tasks';
const deliverablesTab = div(
{ id: 'tab2', class: 'deliverables tab inactive'},
div(
Expand Down Expand Up @@ -766,7 +767,6 @@ async function buildFieldScopes(scopeTypeId, scopes, block, associationMap) {
});
});
}
}

function buildKPIList(program) {
let kpiList = document.createElement('ul');
Expand Down

0 comments on commit 0ac63c6

Please sign in to comment.