Skip to content

Commit

Permalink
fix(editor): 💄 Typebot link dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 20, 2022
1 parent 5672797 commit f676166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/components/shared/SearchableDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const SearchableDropdown = ({
isLazy
>
<PopoverTrigger>
<HStack spacing={0} align={'flex-end'}>
<HStack spacing={0} align={'flex-end'} w="full">
<Input
ref={inputRef}
value={inputValue}
Expand Down

0 comments on commit f676166

Please sign in to comment.