⬆️ Migration
This commit is contained in:
parent
6dcf4aea62
commit
e80cff4d0f
@ -45,7 +45,7 @@
|
|||||||
Add <i>Trip</i> to start organizing !
|
Add <i>Trip</i> to start organizing !
|
||||||
</p>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
@ -74,7 +74,7 @@ export class TripsComponent implements OnInit {
|
|||||||
"960px": "80vw",
|
"960px": "80vw",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
)!;
|
||||||
|
|
||||||
modal.onClose.pipe(take(1)).subscribe({
|
modal.onClose.pipe(take(1)).subscribe({
|
||||||
next: (trip: TripBaseWithDates | null) => {
|
next: (trip: TripBaseWithDates | null) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user