From 1bd4d6c7347c175cdd83eccc4473400842ab75f2 Mon Sep 17 00:00:00 2001 From: mufazalov Date: Wed, 11 Sep 2024 12:12:22 +0300 Subject: [PATCH] fix(PaginatedStorageNodes): increase row height --- src/containers/Storage/StorageNodes/PaginatedStorageNodes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Storage/StorageNodes/PaginatedStorageNodes.tsx b/src/containers/Storage/StorageNodes/PaginatedStorageNodes.tsx index 3029701998..637f1e1caf 100644 --- a/src/containers/Storage/StorageNodes/PaginatedStorageNodes.tsx +++ b/src/containers/Storage/StorageNodes/PaginatedStorageNodes.tsx @@ -72,7 +72,7 @@ export const PaginatedStorageNodes = ({ parentContainer={parentContainer} columns={columns} fetchData={getStorageNodes} - rowHeight={50} + rowHeight={51} limit={50} renderControls={renderControls} renderErrorMessage={renderErrorMessage}