Fix test in Listview (#4012)

This commit is contained in:
mikebarr24 2022-09-12 07:32:41 +01:00 committed by GitHub
parent 59e0f31bbc
commit 5dc1b88f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',