Skip to content

Commit

Permalink
FIX #5332 : updated zindex for table filter pane
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhandikyash committed Jun 24, 2021
1 parent adf530b commit 460ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/constants/Layers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 460ab12

Please sign in to comment.