Please tell me How can i resolve this error ?
COMPONENT markup://SDL_TMS:Dashboard is missing required attribute 'label'
Aura Application
---------------------------------------------------------------------------------------------------
<aura:application extends="force:slds"> <c:Dashboard /> </aura:application>
SDL_TMS is Namespace
Thanks in advance
#Aura Lightning Components #Aura Component #Lightning Aura Component
6 respuestas
Hello,
May be you did not set attribute title in card.
Related discussion: https://salesforce.stackexchange.com/questions/278555/lightning-saying-i-require-an-attribute-title-that-doesnt-exist
Thanks