We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c805940 + 05e1576 commit 2fef41dCopy full SHA for 2fef41d
1 file changed
apps/app/src/app/[locale]/(app)/(dashboard)/[orgId]/people/all/components/MultiRoleCombobox.tsx
@@ -148,8 +148,8 @@ export function MultiRoleCombobox({
148
return label.toLowerCase().includes(searchTerm.toLowerCase());
149
});
150
151
- return (
152
- <Popover open={open} onOpenChange={setOpen}>
+ return (
+ <Popover open={open} onOpenChange={setOpen} modal={false}>
153
<PopoverTrigger asChild>
154
<Button
155
variant="outline"
0 commit comments