diff --git a/docs/engineering/app/configuring/forms/save-form-as-draft.mdx b/docs/engineering/app/configuring/forms/save-form-as-draft.mdx index a6457a835b..724298f013 100644 --- a/docs/engineering/app/configuring/forms/save-form-as-draft.mdx +++ b/docs/engineering/app/configuring/forms/save-form-as-draft.mdx @@ -54,10 +54,11 @@ A dialog appears with 3 buttons i.e `Save as draft`, `Discard changes` and `Canc The table below details what each of the buttons does. #### Alert dialog buttons descriptions + |Button | Description | -|--|--|:--:|:--:| +|:--|:--| Save as draft | Saves user input as a draft | -Discard changes | Dismisses user input, and closes the form without saving the draft. | +Discard changes | Dismisses user input, and closes the form without saving the draft | Cancel | Dismisses the dialog so that the user can continue interacting with the form | ## Launching save draft from DELETE_DRAFT_QUESTIONNAIRE workflow