Skip to content

Commit e1aa836

Browse files
committed
improvement(canvas-menu): remove lock icon from workflow lock toggle
1 parent 09bca7b commit e1aa836

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/canvas-menu

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/canvas-menu/canvas-menu.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use client'
22

33
import type { RefObject } from 'react'
4-
import { Lock, Unlock } from 'lucide-react'
54
import {
65
Popover,
76
PopoverAnchor,
@@ -160,7 +159,6 @@ export function CanvasMenu({
160159
onClose()
161160
}}
162161
>
163-
{allBlocksLocked ? <Unlock className='h-3 w-3' /> : <Lock className='h-3 w-3' />}
164162
<span>{allBlocksLocked ? 'Unlock workflow' : 'Lock workflow'}</span>
165163
</PopoverItem>
166164
)}

0 commit comments

Comments
 (0)