From fb4b10476a626974d8e43d7a14affa0625644f9f Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Sat, 2 Jun 2018 18:52:53 +0100 Subject: [PATCH] fix reloading on unshare --- src/app/components/shared-files/shared-files.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/shared-files/shared-files.component.html b/src/app/components/shared-files/shared-files.component.html index ec44f4c9a..15beb27c8 100644 --- a/src/app/components/shared-files/shared-files.component.html +++ b/src/app/components/shared-files/shared-files.component.html @@ -69,7 +69,7 @@ mat-menu-item *ngIf="permission.check(documentList.selection, ['delete'])" [acaUnshareNode]="documentList.selection" - (links-unshared)="refresh()"> + (links-unshared)="reload()"> stop_screen_share {{ 'APP.ACTIONS.UNSHARE' | translate }}