Skip to content

Commit 57ca584

Browse files
committed
fix(cleanup): remove cancelQueries from onSuccess, remove redundant Scissors className
1 parent 69b9b40 commit 57ca584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/files/components/file-viewer/editor-context-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function EditorContextMenu({
6262
>
6363
{canEdit && (
6464
<DropdownMenuItem disabled={!hasSelection} onSelect={onCut}>
65-
<Scissors className='h-[14px] w-[14px]' />
65+
<Scissors />
6666
Cut
6767
<DropdownMenuShortcut>⌘X</DropdownMenuShortcut>
6868
</DropdownMenuItem>

0 commit comments

Comments
 (0)