Skip to content

Commit 5fd18b5

Browse files
committed
Add missed use of camelize
1 parent 43338b8 commit 5fd18b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/app/components/operator-mode/create-file-modal.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ import { Component } from 'https://cardstack.com/base/card-api';
586586
export class ${className} extends ${exportName}Parent {
587587
static displayName = "${this.displayName}";`);
588588
} else if (exportName === 'default') {
589-
let parent = camelize(
589+
let parent = camelCase(
590590
module
591591
.split('/')
592592
.pop()!

0 commit comments

Comments
 (0)