Skip to content

Commit 2fef41d

Browse files
authored
Merge pull request #724 from trycompai/main
[comp] Production Deploy
2 parents c805940 + 05e1576 commit 2fef41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/app/src/app/[locale]/(app)/(dashboard)/[orgId]/people/all/components/MultiRoleCombobox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ export function MultiRoleCombobox({
148148
return label.toLowerCase().includes(searchTerm.toLowerCase());
149149
});
150150

151-
return (
152-
<Popover open={open} onOpenChange={setOpen}>
151+
return (
152+
<Popover open={open} onOpenChange={setOpen} modal={false}>
153153
<PopoverTrigger asChild>
154154
<Button
155155
variant="outline"

0 commit comments

Comments
 (0)