mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
feature (batch): create selections of files/folder to batch delete and move actions
This commit is contained in:
@ -56,7 +56,7 @@ export class BreadCrumb extends React.Component {
|
||||
{
|
||||
this.state.path.map((path, index) => {
|
||||
return (
|
||||
<Path key={"breadcrumb_"+index} path={path} isLast={this.state.path.length === index + 1} needSaving={this.props.needSaving} />
|
||||
<Path key={"breadcrumb_"+index} currentSelection={this.props.currentSelection} path={path} isLast={this.state.path.length === index + 1} needSaving={this.props.needSaving} />
|
||||
);
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user