💄 Modal title typo

This commit is contained in:
itskovacs 2025-09-21 15:12:19 +02:00
parent 7869ba9931
commit b2324400c1

View File

@ -497,7 +497,7 @@ export class DashboardComponent implements OnInit, AfterViewInit {
const modal: DynamicDialogRef = this.dialogService.open(
PlaceCreateModalComponent,
{
header: "Create Place",
header: "Edit Place",
modal: true,
appendTo: "body",
closable: true,