Skip to content

Conversation

@amine-daoussi
Copy link

ref: #PRDCOL-268

Description

  • Manage advanced settings fields in create/update emails.
  • Add a toggle button 'Advanced settings' to display/hide these fields.
  • Enhance email form and consume new data.

): AccountBodyParamsType => {
const { account, domain, slotId, password } = data;
const { account, domain, slotId, password, contactInformation } = data;
const safeContactInformation = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not move this code into the hook that makes the API call? This would make the code more readable and agnostic of the API's subtleties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants