mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-24 02:28:12 +00:00
Fix react error when loading in dev:
Change Text component to div in DraggableRow for better semantic structure
This commit is contained in:
parent
4803a3605e
commit
d1e9de6cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ const DraggableRow = ({ row, index }) => {
|
|||
}}
|
||||
>
|
||||
<Flex align="center" style={{ height: '100%' }}>
|
||||
<Text size="xs">
|
||||
<Text component="div" size="xs">
|
||||
{flexRender(cell.column.columnDef.cell, cell.getContext())}
|
||||
</Text>
|
||||
</Flex>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue