Fix/Embed - Fix for Duration query param getting removed (#6139)
parent
ae30aafafe
commit
8c4eb4b5fe
|
@ -55,7 +55,7 @@ const BookingDescription: FC<Props> = (props) => {
|
|||
}
|
||||
}
|
||||
}
|
||||
}, []);
|
||||
}, [setDuration, eventType.length, eventType.metadata?.multipleDuration, duration]);
|
||||
let requiresConfirmation = eventType?.requiresConfirmation;
|
||||
let requiresConfirmationText = t("requires_confirmation");
|
||||
const rcThreshold = eventType?.metadata?.requiresConfirmationThreshold;
|
||||
|
|
Loading…
Reference in New Issue