From 49caa968abbfca07d4d4628d4e6fead5e9b02dd5 Mon Sep 17 00:00:00 2001 From: Rkareko <47570855+Rkareko@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:17:24 +0300 Subject: [PATCH] Fix formatting issue in save draft docs (#3649) --- .../engineering/app/configuring/forms/save-form-as-draft.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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