-
How to show Toast message inside <aura:set attribute="else"> without clicking on a button in Lightning Salesforce?
Currently, I am showing my message inside a <div> just in text form. What I would like to do is, show this message in toast.
<aura:set attribute="else"> <div Style="text-align : centre"> There are no related contacts </div> </aura:set>How can I achieve this?
Log In to reply.