[ACS-4087] Restore missing close button for manage version dialog (#8016)

This commit is contained in:
MichalKinas 2022-11-29 09:49:57 +01:00 committed by GitHub
parent 97d6d7d532
commit ec6ede4fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,8 @@
}, },
"ADF-NEW-VERSION-UPLOADER": { "ADF-NEW-VERSION-UPLOADER": {
"DIALOG_LIST": { "DIALOG_LIST": {
"TITLE": "Manage Versions" "TITLE": "Manage Versions",
"CLOSE": "Close"
}, },
"DIALOG_UPLOAD": { "DIALOG_UPLOAD": {
"TITLE": "Upload New Version", "TITLE": "Upload New Version",

View File

@ -27,4 +27,7 @@
</div> </div>
</div> </div>
</section> </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> </ng-container>