From 3fc66a7a85c136b0714a2f555a9b4d7bf2cf00c8 Mon Sep 17 00:00:00 2001 From: hamed musallam Date: Thu, 2 Jan 2025 09:33:01 +0100 Subject: [PATCH] refactor: lifting the filter provider up close #3313 --- src/component/main/InnerNMRiumContents.tsx | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/component/main/InnerNMRiumContents.tsx b/src/component/main/InnerNMRiumContents.tsx index c2bd25003..80a9bb95e 100644 --- a/src/component/main/InnerNMRiumContents.tsx +++ b/src/component/main/InnerNMRiumContents.tsx @@ -132,16 +132,16 @@ export function InnerNMRiumContents(props: InnerNMRiumContentsProps) { onContextMenu={preventContextMenuHandler} style={{ height: '100%', width: '100%' }} > - -
- + + +
- -
-
-
- - - - - - +
+ +
+ + + + + + +
);