Skip to content

Commit

Permalink
minor: fix some inspection findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dierk Koenig committed Dec 1, 2024
1 parent be70f48 commit 6221362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const projectForm = (detailController, detailCard, model, attributeNames) => {
} else {
detailCard.classList.add("no-detail");
}
})
});

return [ form ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const projectMasterView = (listController, selectionController) => {
const rowElements = projectListItem(listController, selectionController, person, ALL_ATTRIBUTE_NAMES);
rootElement.append(...rowElements);
selectionController.setSelectedModel(person);
}
};

rootElement.classList.add(masterClassName);
rootElement.style['grid-template-columns'] = '2em repeat(' + ALL_ATTRIBUTE_NAMES.length + ', auto);';
Expand Down

0 comments on commit 6221362

Please sign in to comment.