Web:Files:Panels: add onClose prop for aside component of new files panel

This commit is contained in:
Timofey Boyko 2022-05-05 10:32:58 +03:00
parent 01e28676f1
commit ed9cea898b

View File

@ -168,7 +168,11 @@ class NewFilesPanel extends React.Component {
zIndex={zIndex} zIndex={zIndex}
isAside={true} isAside={true}
/> />
<Aside className="header_aside-panel" visible={visible}> <Aside
className="header_aside-panel"
visible={visible}
onClose={this.onClose}
>
<StyledContent> <StyledContent>
<StyledHeaderContent> <StyledHeaderContent>
<Heading <Heading