♻️ Fix folder case issue (wip)

This commit is contained in:
Baptiste Arnaud
2023-03-15 12:48:42 +01:00
parent f3af07b7ff
commit 3d3670d740
39 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react'
import { Stack, Tag, Text, Wrap } from '@chakra-ui/react'
import { useTypebot } from '@/features/editor/providers/TypebotProvider'
import { SetVariableLabel } from '@/components/SetVariableLabel'
import { ItemNodesList } from '@/features/graph/components/nodes/item/ItemNodesList'
import { ItemNodesList } from '@/features/graph/components/nodes-tmp/item/ItemNodesList'
type Props = {
block: ChoiceInputBlock