mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix test in Listview (#4012)
This commit is contained in:
parent
59e0f31bbc
commit
5dc1b88f23
1 changed files with 7 additions and 1 deletions
|
|
@ -3355,7 +3355,13 @@ export const widgets = [
|
|||
onRowClicked: { displayName: 'Row clicked' },
|
||||
},
|
||||
styles: {
|
||||
backgroundColor: { type: 'color' },
|
||||
backgroundColor: {
|
||||
type: 'color',
|
||||
displayName: 'Background color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
},
|
||||
visibility: {
|
||||
type: 'toggle',
|
||||
displayName: 'Visibility',
|
||||
|
|
|
|||
Loading…
Reference in a new issue