Skip to content

Commit

Permalink
feat: hidden-graph
Browse files Browse the repository at this point in the history
complete the property decorator with appropriate type declaration
  • Loading branch information
mchlrch committed Mar 12, 2024
1 parent 1366665 commit 353ca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function ProjectMixin<Base extends Constructor>(base: Base): Mixin {
@property.literal({ path: lindasSchema.datasetNextDateModified, type: Date })
plannedNextUpdate?: Date

@property.literal({ path: cc.isHiddenCube, datatype: xsd.boolean })
@property.literal({ path: cc.isHiddenCube, datatype: xsd.boolean, type: Boolean })
isHiddenCube!: boolean
}

Expand Down

0 comments on commit 353ca8b

Please sign in to comment.