From 01d2559ccdd7fd4507b68e71d36a80964f8ae165 Mon Sep 17 00:00:00 2001 From: Sherfin Shamsudeen Date: Wed, 6 Oct 2021 13:04:54 +0530 Subject: [PATCH] Default highlightSelectedRow to false (#910) * Default highlightSelectedRow to false for table * Move location of highlightSelectedRow option in components.js --- frontend/src/Editor/Components/components.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Editor/Components/components.js b/frontend/src/Editor/Components/components.js index fb18d33853..e706a73b7e 100644 --- a/frontend/src/Editor/Components/components.js +++ b/frontend/src/Editor/Components/components.js @@ -86,6 +86,7 @@ export const componentTypes = [ }, showBulkUpdateActions: { value: true }, showBulkSelector: { value: false }, + highlightSelectedRow: { value: false }, }, events: [], styles: {