Skip to content

local open with a record formats wrongly #2681

@davesnx

Description

@davesnx
let EnterpriseContactForm.{
      personFirstNameField,
      personLastNameField,
      personEmailField,
      companyNameField,
      countryField,
      companySizeField,
      contactReasonField,
      submitFormState,
      onSubmit,
    } = formData;

I believe should be formatted as:

let EnterpriseContactForm.{
  personFirstNameField,
  personLastNameField,
  personEmailField,
  companyNameField,
  countryField,
  companySizeField,
  contactReasonField,
  submitFormState,
  onSubmit,
} = formData;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Printerthings that have to do with turning an AST into Reason code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions