Skip to content

Commit 67aa975

Browse files
chore: fix review changes
1 parent 2129225 commit 67aa975

File tree

1 file changed

+0
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar

1 file changed

+0
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/sidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,6 @@ export const Sidebar = memo(function Sidebar() {
12751275
className='h-[18px] w-[18px] rounded-[4px] p-0 hover:bg-[var(--surface-active)]'
12761276
onClick={handleCreateWorkflow}
12771277
disabled={isCreatingWorkflow || !canEdit}
1278-
data-tour='new-workflow'
12791278
>
12801279
<Plus className='h-[16px] w-[16px]' />
12811280
</Button>

0 commit comments

Comments
 (0)