Skip to content

Commit

Permalink
Fix event tag search
Browse files Browse the repository at this point in the history
  • Loading branch information
P-man2976 committed Dec 7, 2024
1 parent 8281b63 commit b8c74dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/AddEventDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const AddEventDrawer = React.memo(
}),
}}
options={searchRes}
loadOptions={(value) => searchTags(value)}
loadOptions={(value) => searchTags(value || '*')}
isLoading={searchPending}
value={tags}
onChange={(e: readonly Tag[]) => setTags(e as Tag[])}
Expand Down

0 comments on commit b8c74dc

Please sign in to comment.