Skip to content

Commit

Permalink
chore: use the correct type for attributeKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Oct 1, 2024
1 parent 9e23860 commit 92b48a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interface ClientSideQBSearchProps {
className?: string;
suffixIcon?: React.ReactNode;
attributeValuesMap?: AttributeValuesMap;
attributeKeys: BaseAutocompleteData[];
attributeKeys: AttributeKey[];
}

interface AttributeValue {
Expand Down

0 comments on commit 92b48a1

Please sign in to comment.