Fix private link glitch (#10456)

pull/10453/head^2
Pratik Kumar 2023-08-01 01:13:06 +05:30 committed by GitHub
parent 12abca65b8
commit 4435451e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ const EventTypePage = (props: EventTypeSetupProps) => {
durationLimits: eventType.durationLimits || undefined,
length: eventType.length,
hidden: eventType.hidden,
hashedLink: eventType.hashedLink?.link || undefined,
periodDates: {
startDate: periodDates.startDate,
endDate: periodDates.endDate,