mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Added default table type prop to table-bordererd in component.js (#3161)
* added default table type prop to table-bordererd in component.js * shifted back to previous logic
This commit is contained in:
parent
fcf5ee4093
commit
cacce68713
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export const componentTypes = [
|
|||
type: 'select',
|
||||
displayName: 'Table type',
|
||||
options: [
|
||||
{ name: 'Bordered', value: '' },
|
||||
{ name: 'Bordered', value: 'table-bordered' },
|
||||
{ name: 'Borderless', value: 'table-borderless' },
|
||||
{ name: 'Classic', value: 'table-classic' },
|
||||
{ name: 'Striped', value: 'table-striped' },
|
||||
|
|
@ -106,6 +106,7 @@ export const componentTypes = [
|
|||
disabledState: { value: '{{false}}' },
|
||||
cellSize: { value: 'compact' },
|
||||
borderRadius: { value: '0' },
|
||||
tableType: { value: 'table-bordered' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue