check if file is selected (#350)

This commit is contained in:
Cilibiu Bogdan
2018-05-10 12:11:45 +03:00
committed by Denys Vuika
parent eb463c7635
commit 3ca63b8433
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@
<button
mat-menu-item
*ngIf="canManageVersions(documentList.selection)"
*ngIf="isFileSelected(documentList.selection)"
[acaNodeVersions]="documentList.selection">
<mat-icon color="primary">history</mat-icon>
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>