Skip to content

Commit

Permalink
remove not needed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
estermv committed Mar 30, 2022
1 parent edf2c4f commit b39d9c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function SectionContainer({
}: Props) {
const { http } = useKibana<ObservabilityAppServices>().services;
return (
<EuiPanel hasShadow={true} color="subdued">
<EuiPanel color="subdued">
<EuiAccordion
initialIsOpen
id={title}
Expand Down

0 comments on commit b39d9c9

Please sign in to comment.