2
0

fix(results): 🐛 Ignore cell content for column size

This commit is contained in:
Baptiste Arnaud
2022-07-01 18:13:34 +02:00
parent 38a3ee7010
commit 994ae61719
3 changed files with 77 additions and 42 deletions

View File

@ -23,7 +23,7 @@ import { ColumnSettingsButton } from './ColumnsSettingsButton'
import { useTypebot } from 'contexts/TypebotContext'
import { useDebounce } from 'use-debounce'
import { ResultsActionButtons } from './ResultsActionButtons'
import Row from './Row'
import { Row } from './Row'
import { HeaderRow } from './HeaderRow'
type RowType = {