mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Casper Hübertz <casper@elastic.co>
This commit is contained in:
parent
d961425181
commit
bd1e0ae11d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ interface Props {
|
|||
export function SectionContainer({ title, appLink, children, hasError }: Props) {
|
||||
const { core } = usePluginContext();
|
||||
return (
|
||||
<EuiPanel>
|
||||
<EuiPanel hasBorder={true}>
|
||||
<EuiAccordion
|
||||
initialIsOpen
|
||||
id={title}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue