fixed project listing dld btn

This commit is contained in:
Timo 2021-01-19 21:08:22 +02:00
parent 6be033f425
commit b328c6c832

View File

@ -39,11 +39,6 @@
>
</redaction-circle-button>
<redaction-circle-button
(action)="downloadRedactedFiles($event, project)"
*ngIf="canDownloadRedactedFiles(project)"
tooltip="project-listing.download-files.action"
type="dark-bg"
icon="red:download"
></redaction-circle-button>
<redaction-file-download-btn (menuStateChanged)="actionMenuOpen = $event === 'OPEN'" [file]="project.files" [project]="project">
</redaction-file-download-btn>
</div>