fiexed the venue label issue
This commit is contained in:
@@ -1779,6 +1779,7 @@ export class HostService {
|
||||
select: {
|
||||
id: true,
|
||||
venueName: true,
|
||||
venueLabel: true,
|
||||
venueCapacity: true,
|
||||
availableSeats: true,
|
||||
isMinPeopleReqMandatory: true,
|
||||
@@ -2649,7 +2650,7 @@ export class HostService {
|
||||
data: {
|
||||
activityXid,
|
||||
venueName: venue.venueName,
|
||||
venueLabel : venue.venueLabel,
|
||||
venueLabel: venue.venueLabel,
|
||||
venueCapacity: toNumber(venue.venueCapacity) ?? 0,
|
||||
availableSeats: toNumber(venue.availableSeats) ?? 0,
|
||||
isMinPeopleReqMandatory: venue.isMinPeopleReqMandatory,
|
||||
|
||||
Reference in New Issue
Block a user