fix: placeholder

This commit is contained in:
pandeymangg
2024-07-03 12:33:05 +05:30
parent dc4f146983
commit 4327319d75

View File

@@ -116,10 +116,11 @@ export const CalQuestionForm = ({
{isCalHostEnabled && (
<div className="flex flex-col gap-2">
<Label htmlFor="calHost">Enter the URL of your self-hosted Cal.com instance</Label>
<Label htmlFor="calHost">Enter the hostname of your self-hosted Cal.com instance</Label>
<Input
id="calHost"
name="calHost"
placeholder="cal.com"
value={question.calHost}
onChange={(e) => updateQuestion(questionIdx, { calHost: e.target.value })}
/>