From e79c1568f70222edc6cc7ebff4a45cb2dd2dbf03 Mon Sep 17 00:00:00 2001 From: Oliwia Gowor Date: Mon, 16 Dec 2024 08:23:53 +0100 Subject: [PATCH] fix: selected in lists --- src/shared/components/GenericList/components.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/shared/components/GenericList/components.js b/src/shared/components/GenericList/components.js index ee2710614e..4bad7d571d 100644 --- a/src/shared/components/GenericList/components.js +++ b/src/shared/components/GenericList/components.js @@ -45,6 +45,8 @@ export const HeaderRenderer = ({ field === h) @@ -135,7 +137,7 @@ const DefaultRowRenderer = ({ ); return ( - + {cells} {!!actions.length && actionsCell} {displayArrow && (