⬆️ Migration

This commit is contained in:
itskovacs 2025-10-06 18:11:50 +02:00
parent 6dcf4aea62
commit e80cff4d0f
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
Add <i>Trip</i> to start organizing !
</p>
<p-button styleClass="mt-4" label="Create" icon="pi pi-plus" (click)="addTrip()" text />
<p-button class="mt-4" label="Create" icon="pi pi-plus" (click)="addTrip()" text />
</div>
</div>
}

View File

@ -74,7 +74,7 @@ export class TripsComponent implements OnInit {
"960px": "80vw",
},
},
);
)!;
modal.onClose.pipe(take(1)).subscribe({
next: (trip: TripBaseWithDates | null) => {