Skip to content

Commit 7131fbb

Browse files
author
nianiB9
committed
update styling
1 parent 9823541 commit 7131fbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const WorkflowTriggerResult = ({ workflowInstanceUrl }) => {
1919
return (
2020
<div className={styles.popupContainer}>
2121
<img src={imgSuccess} alt="" />
22-
{/* <h2>{textContent.popups.workflowTriggered.title}</h2> */}
23-
<h2>This workflow type cannot be triggered in an embedded window.</h2>
22+
<h2>{textContent.popups.workflowTriggered.title}</h2>
2423
<br />
2524
<p className={styles.popupMessageContainer}>
2625
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.

0 commit comments

Comments
 (0)