Skip to content

Commit

Permalink
chore: updated type of list items setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Manvel committed Mar 27, 2024
1 parent 1a2e032 commit efbfe1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cba-components",
"version": "1.2.1",
"version": "1.2.2",
"description": "This is a repository where the components for the Chromium Browser Automation project might live.",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/cba-list/cba-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class List extends HTMLElement

/**
* Populate and render items ensuring the ids and sorting
* @param {Array} rowItems Items, item contains of: {id, data, text}
* @param {ListItem[]|ListSubItem[]} rowItems Items, item contains of: {id, data, text}
*/
set items(rowItems)
{
Expand Down

0 comments on commit efbfe1d

Please sign in to comment.