Skip to content

Commit

Permalink
fix(dashboard): Modality on configure action popover (#7000)
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg authored Nov 14, 2024
1 parent 3e86cd4 commit cf008b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const ConfigureActionPopover = (props: ComponentProps<typeof PopoverTrigger> & {
const { control } = useFormContext();

return (
<Popover modal={false}>
<Popover modal={true}>
<PopoverTrigger {...rest} />
<PopoverContent className="max-w-72">
<div className="flex flex-col gap-3">
Expand Down

0 comments on commit cf008b9

Please sign in to comment.