Skip to content

Commit

Permalink
Added the required attritbutes to the file upload stub (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmummidivarapu authored Sep 19, 2024
1 parent b7a48e5 commit dfe4773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lightning-stubs/fileUpload/fileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ export default class FileUpload extends LightningElement {
@api multiple;
@api name;
@api recordId;
@api required;
@api reportValidity() {}
@api setCustomValidity() {}
}

0 comments on commit dfe4773

Please sign in to comment.