mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-04 10:30:00 -06:00
fix: Survey : Welcome Card Button is buggy (#1299)
This commit is contained in:
@@ -148,7 +148,7 @@ export default function EditWelcomeCard({
|
||||
<Input
|
||||
id="buttonLabel"
|
||||
name="buttonLabel"
|
||||
value={localSurvey?.welcomeCard?.buttonLabel || "Next"}
|
||||
defaultValue={localSurvey?.welcomeCard?.buttonLabel || "Next"}
|
||||
onChange={(e) => updateSurvey({ buttonLabel: e.target.value })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user