Skip to content

JSX comment defect #398

@prettydiff

Description

@prettydiff
<div>
  <Field component={ScrollHeader} name="name"  isPopup={true} team={true} placeholder="Enter Destination Name" />
  <div className="content-width">
    <Field component={TextArea} name="description" label="Description" heading={true} className="row-main-2" orientation="vertical" placeholder="Enter the description for the IVR"/>
    <Launcher label="Add Destination" description="This includes default destinations that can be used by anyone to alter the system behaviour of your outbound routing" className="row-main">
      { destinationAdd }
    </Launcher>
    <Launcher label="Custom Dial Codes" className="row-main">
      { customDialCodes }
    </Launcher>
    <FormFooter>
      <Button label="Done"
         // onButtonClick={ handleSubmit(values => addDestination(values, startFormSubmit.bind(null, this.formName), stopFormSubmit.bind(null, this.formName))) }
       />
    </FormFooter>
  </div>
</div>

Glavin001/atom-beautify#1396

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions