Skip to content

Commit

Permalink
Fix test in Listview (ToolJet#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarr24 authored Sep 12, 2022
1 parent 59e0f31 commit 5dc1b88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/src/Editor/WidgetManager/widgetConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5dc1b88

Please sign in to comment.