ganesh12301

Results 1 issues of ganesh12301

import { LightningElement, track, api } from 'lwc'; import createCase from '@salesforce/apex/CaseCreationController.createCase'; import uploadFile from '@salesforce/apex/CaseCreationController.uploadFile'; import { ShowToastEvent } from 'lightning/platformShowToastEvent'; export default class ParkEntryApplication extends LightningElement { //...

stale