Skip to content

Commit

Permalink
Update filters padding (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB authored Dec 22, 2022
1 parent 9c36083 commit ce9be53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,12 @@ export const DocumentLayerSource = ({
</EuiCollapsibleNavGroup>
</EuiPanel>
<EuiSpacer size="m" />
<EuiPanel>
<EuiPanel paddingSize="s">
<EuiCollapsibleNavGroup
title="Filters"
titleSize="xxs"
isCollapsible={true}
initialIsOpen={true}
initialIsOpen={selectedLayerConfig.source.filters?.length > 0}
>
<SearchBar
appName="maps-dashboards"
Expand Down

0 comments on commit ce9be53

Please sign in to comment.