check in the new button name
This commit is contained in:
@@ -45,7 +45,7 @@ export const appConfig: ApplicationConfig = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$) ng build --base-href "/FamilyTreeUI/" -c production
|
$) ng build --base-href "/familytreeui/" -c production
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="flex items-end justify-end mt-4">
|
<div class="flex items-end justify-end mt-4">
|
||||||
@if (files)
|
@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>
|
(click)="upload($event)"></button>
|
||||||
}
|
}
|
||||||
<button pButton pRipple type="button" icon="pi pi-times" label="Cancel" class="p-button-sm"
|
<button pButton pRipple type="button" icon="pi pi-times" label="Cancel" class="p-button-sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user