Skip to content

Commit

Permalink
fix(autoUnwrap): do not unwrap tables
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 15, 2024
1 parent b0e2daa commit 7195bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export const NON_UNWRAPPABLE_TYPES = [
'componentContainerSection',
'componentContainerDataSection',
'containerComponent',
'leafComponent'
'leafComponent',
'table'
]

0 comments on commit 7195bcc

Please sign in to comment.