🐛 fix: Set modal prop to false for DropdownMenu in multiple components for improved user experience

This commit is contained in:
web@ppanel
2025-12-29 09:54:34 +00:00
parent fe14002359
commit 0253b62b63
4 changed files with 4 additions and 4 deletions
@@ -242,7 +242,7 @@ function RowMoreActions({
return (
<div className="inline-flex">
<DropdownMenu>
<DropdownMenu modal={false}>
<DropdownMenuTrigger asChild>
<Button variant="outline">{t("more", "More")}</Button>
</DropdownMenuTrigger>