Skip to content

Commit 63ed23a

Browse files
committed
fix specType test
1 parent 9cc39f3 commit 63ed23a

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
@@ -815,7 +815,7 @@ export class ${className} extends ${exportName} {
815815
let doc: LooseSingleCardDocument = {
816816
data: {
817817
attributes: {
818-
type: specType,
818+
specType,
819819
ref,
820820
},
821821
meta: {

0 commit comments

Comments
 (0)