mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Default highlightSelectedRow to false (#910)
* Default highlightSelectedRow to false for table * Move location of highlightSelectedRow option in components.js
This commit is contained in:
parent
9d8bca7647
commit
01d2559ccd
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ export const componentTypes = [
|
|||
},
|
||||
showBulkUpdateActions: { value: true },
|
||||
showBulkSelector: { value: false },
|
||||
highlightSelectedRow: { value: false },
|
||||
},
|
||||
events: [],
|
||||
styles: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue