check in the new button name

This commit is contained in:
2026-04-05 20:27:35 +10:00
parent 7744dc3680
commit 2e81082615
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export const appConfig: ApplicationConfig = {
};
/*
$) ng build --base-href "/FamilyTreeUI/" -c production
$) ng build --base-href "/familytreeui/" -c production
*/
/*
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="flex items-end justify-end mt-4">
@if (files)
{
<button pButton pRipple type="button" icon="pi pi-upload" label="Save" class="p-button-sm mr-2"
<button pButton pRipple type="button" icon="pi pi-upload" label="OK" class="p-button-sm mr-2"
(click)="upload($event)"></button>
}
<button pButton pRipple type="button" icon="pi pi-times" label="Cancel" class="p-button-sm"