Skip to content

Instantly share code, notes, and snippets.

@tccloudz
Created May 10, 2019 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tccloudz/169673d6044d770c0b159c7a2aad7a6a to your computer and use it in GitHub Desktop.
Save tccloudz/169673d6044d770c0b159c7a2aad7a6a to your computer and use it in GitHub Desktop.
FlowRecordEditLWC - Success Message Conditional
<div if:true={showMsg}>
<lightning-formatted-rich-text value={successMsg}></lightning-formatted-rich-text>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment