Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Dec 20, 2024
1 parent a07d7f9 commit be7e525
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
28 changes: 14 additions & 14 deletions lib/platform-bible-react/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions lib/platform-bible-react/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function MultiSelectComboBox({
selected.includes(value) ? selected.filter((item) => item !== value) : [...selected, value],
);
},
[selected, onChange],
[entries, selected, onChange],
);

const getPlaceholderText = () => {
Expand Down

0 comments on commit be7e525

Please sign in to comment.