-
- Add to collection
-
- {this.props.isOwner && (
-
{
- this.props.onAction({
- type: "SIDEBAR",
- value: "SIDEBAR_EDIT_TAGS",
- data: {
- numChecked,
- commonTags: this.getCommonTagFromSelectedItems(),
- objects: this.props.items,
- checked: this.state.checked,
- },
- });
- }}
- >
- Edit tags
-
- )}
-
this._handleDownloadFiles()}
- >
- Download
-
- {this.props.isOwner && (
-
this.setState({ modalShow: true })}
- >
- Delete
-
- )}
- {this.state.modalShow && (
-
- )}
-
{
- this.setState({ checked: {} });
- this.lastSelectedItemIndex = null;
- }}
- >
-
-
-