refactor(marketing): Update form field names to use snake_case for consistency
This commit is contained in:
@@ -52,9 +52,9 @@ const ContactsStep = forwardRef<unknown, ContactsStepProps>(
|
||||
placeholder="Enter Description"
|
||||
/>
|
||||
<InputGroup
|
||||
{...register("submitButtonText")}
|
||||
{...register("submit_button_text")}
|
||||
label="Submit Button Text"
|
||||
name="submitButtonText"
|
||||
name="submit_button_text"
|
||||
type="text"
|
||||
placeholder="Enter Submit Button Text"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user