Skip to content

Commit

Permalink
small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Oct 25, 2024
1 parent f514f83 commit 6cc9f49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const SearchBar: FC<SearchBarProps> = (opts) => {
const [isLoading, setIsLoading] = useState<boolean>(false);
const [searchCharLimitExceeded, setSearchCharLimitExceeded] = useState(false);

// Initialize searchableTypes data
useEffect(() => {
if (initialLoad) {
const fetch = async () => {
Expand Down

0 comments on commit 6cc9f49

Please sign in to comment.