fix(panel-wrapper): remove modal warning
This commit is contained in:
parent
7eb147f737
commit
18fbcd35df
|
@ -41,6 +41,7 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => {
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
ariaHideApp={false}
|
||||||
>
|
>
|
||||||
<PanelContent
|
<PanelContent
|
||||||
title={title}
|
title={title}
|
||||||
|
|
Loading…
Reference in New Issue