Update ImportToolbarButton.tsx

This commit is contained in:
Nate Kelley 2025-08-07 12:18:44 -06:00
parent 26b3fd0d88
commit ae9efb406b
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export function ImportToolbarButton(props: DropdownMenuProps) {
return (
<DropdownMenu open={open} onOpenChange={setOpen} modal={false} {...props}>
<DropdownMenuTrigger>
<DropdownMenuTrigger asChild>
<ToolbarButton pressed={open} tooltip={createLabel('import')} isDropdown>
<div className="size-4">
<NodeTypeIcons.import />