mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixed map & other code functions crashing when editing dynamic column code (#10388)
This commit is contained in:
parent
e02bfa5cbb
commit
5402ca8ce1
1 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,11 @@ export const tableConfig = {
|
|||
columnData: {
|
||||
type: 'code',
|
||||
displayName: 'Column data',
|
||||
validation: {
|
||||
schema: { type: 'array', element: { type: 'object' } },
|
||||
defaultValue:
|
||||
"{{[{name: 'email', key: 'email', id: '1'}, {name: 'Full name', key: 'name', id: '2', isEditable: true}]}}}",
|
||||
},
|
||||
},
|
||||
rowsPerPage: {
|
||||
type: 'code',
|
||||
|
|
|
|||
Loading…
Reference in a new issue