MOBILE-4470 local-file: Fix change name opening the file

main
Pau Ferrer Ocaña 2024-05-16 22:45:55 +02:00
parent 211231a0a8
commit 56a6f5f84c
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
</ion-button>
<ng-container *ngIf="manage">
<ion-button *ngIf="editMode" fill="clear" [ariaLabel]="'core.save' | translate" color="success" type="submit">
<ion-button *ngIf="editMode" fill="clear" [ariaLabel]="'core.save' | translate" color="success"
(click)="changeName(newFileName, $event)">
<ion-icon name="fas-check" slot="icon-only" aria-hidden="true" />
</ion-button>