Skip to content

Commit

Permalink
fix(lint): added missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioBecerra committed Apr 29, 2024
1 parent 7b7f9e7 commit 0c0a9cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ibm-products/src/components/SearchBar/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,11 @@ export let SearchBar = React.forwardRef<HTMLFormElement, SearchBarProps>(
};

const multiSelectProps = {
label: scopesTypeLabel,
initialSelectedItems: selectedScopes,
items: scopes,
itemToString: scopeToString,
label: scopesTypeLabel,
sortItems,
translateWithId,
}

Expand Down

0 comments on commit 0c0a9cb

Please sign in to comment.