Skip to content

Commit 9823541

Browse files
author
nianiB9
committed
update error popup
1 parent 749ef07 commit 9823541

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ const WorkflowTriggerResult = ({ workflowInstanceUrl }) => {
1919
return (
2020
<div className={styles.popupContainer}>
2121
<img src={imgSuccess} alt="" />
22-
<h2>{textContent.popups.workflowTriggered.title}</h2>
22+
{/* <h2>{textContent.popups.workflowTriggered.title}</h2> */}
23+
<h2>This workflow type cannot be triggered in an embedded window.</h2>
24+
<br />
2325
<p className={styles.popupMessageContainer}>
24-
See <a href='https://developers.docusign.com/docs/maestro-api/maestro101/embed-workflow/#embedded-workflow-instance-recommendations-and-restrictions' target='_blank'>Embedded workflow instance recommendations and restrictions</a>.
26+
See <a href='https://developers.docusign.com/docs/maestro-api/maestro101/embed-workflow/#embedded-workflow-instance-recommendations-and-restrictions' target='_blank'>Embedded workflow instance recommendations and restrictions</a> for more information.
2527
</p>
2628
<a href={workflowInstanceUrl} target="_blank" rel="noreferrer" onClick={handleFinishTrigger}>
2729
{textContent.buttons.continue}

0 commit comments

Comments
 (0)