Skip to content

prop update #112

@effordDev

Description

@effordDev

applicationProgressSections.lwc

needs to be updated to section-id={activeSectionId}

<c-application-detail-type
    key={detail.Id}
    record-id={recordId}
    section-id={sectionId}
    contact={contact}
    account={account}
    detail={detail}
    read-only={lock}
    language={language}
    languages={detailLanguages}
    is-section-complete={isSectionComplete}
    is-community={isCommunity}
    class={detail.InputOrDisplayClass__c}
    onsobchange={handleSobChange}
    ondetailchange={handleDetailChange}
    onsave={handleSave}
></c-application-detail-type>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions