mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACS-4087] Restore missing close button for manage version dialog (#8016)
This commit is contained in:
parent
97d6d7d532
commit
ec6ede4fc5
@ -25,7 +25,8 @@
|
||||
},
|
||||
"ADF-NEW-VERSION-UPLOADER": {
|
||||
"DIALOG_LIST": {
|
||||
"TITLE": "Manage Versions"
|
||||
"TITLE": "Manage Versions",
|
||||
"CLOSE": "Close"
|
||||
},
|
||||
"DIALOG_UPLOAD": {
|
||||
"TITLE": "Upload New Version",
|
||||
|
@ -27,4 +27,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div mat-dialog-actions>
|
||||
<button mat-button color="primary" [mat-dialog-close]="true">{{ 'ADF-NEW-VERSION-UPLOADER.DIALOG_LIST.CLOSE' | translate }}</button>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
Loading…
x
Reference in New Issue
Block a user