Skip to content

Commit

Permalink
Updating as optional with undefined default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbreese committed Nov 15, 2023
1 parent 2823dad commit e592589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/codeBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class CodeBuilder {
templateVariables: TemplateVariables,
label: string,
name: string,
iconName: string | undefined = undefined
iconName?: string | undefined
) {
const templateFilePath = path.join(
WorkspaceUtils.LWC_TEMPLATE_PATH,
Expand Down

0 comments on commit e592589

Please sign in to comment.