Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Jun 26, 2024
1 parent 325ad13 commit b812888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/forms/scaffolds/grid/file-cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
TrashIcon,
DotsHorizontalIcon,
DownloadIcon,
FileIcon,
OpenInNewWindowIcon,
} from "@radix-ui/react-icons";
import {
Expand Down Expand Up @@ -113,7 +112,7 @@ export function FileEditCell({
{...f}
/>
<AlertDialog>
<DropdownMenu>
<DropdownMenu modal={false}>
<DropdownMenuTrigger asChild>
<Button variant="ghost" size="icon">
<DotsHorizontalIcon />
Expand Down

0 comments on commit b812888

Please sign in to comment.