From 460ab1262b3f72e77c6d26e2948a71c60a2d0f06 Mon Sep 17 00:00:00 2001 From: Yash Date: Thu, 24 Jun 2021 19:50:20 +0530 Subject: [PATCH] FIX #5332 : updated zindex for table filter pane --- app/client/src/constants/Layers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/constants/Layers.tsx b/app/client/src/constants/Layers.tsx index 9f5079e334d..3dff955e517 100644 --- a/app/client/src/constants/Layers.tsx +++ b/app/client/src/constants/Layers.tsx @@ -39,7 +39,7 @@ export const Layers = { // Sidebar needs to be more than modal so that u can use side bar whilst u have the modal showing up on the canvas. sideBar: Indices.Layer3, propertyPane: Indices.Layer3, - tableFilterPane: Indices.Layer3, + tableFilterPane: Indices.Layer6, help: Indices.Layer4, dynamicAutoComplete: Indices.Layer5,