Skip to content

Commit

Permalink
fix: fix MoveTo (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Nov 29, 2023
1 parent eb4308e commit 3fe7954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/ItemContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function ItemContextMenu({
dataQa: 'move-to',
Icon: IconFolderShare,
className: 'max-md:hidden',
menuItems: [
childMenuItems: [
{
name: t('New folder'),
dataQa: 'new-folder',
Expand Down

0 comments on commit 3fe7954

Please sign in to comment.