Skip to content

Commit

Permalink
Merge branch 'BCP-008' into CR-Config-API
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-recoseanu committed Jan 28, 2025
2 parents c22d366 + 8553541 commit 3139534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/NCModel/Features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ export class NcCounter extends BaseType

public static override GetTypeDescriptor(includeInherited: boolean): NcDatatypeDescriptor
{
return new NcDatatypeDescriptorStruct("NcElementId", [
return new NcDatatypeDescriptorStruct("NcCounter", [
new NcFieldDescriptor("name", "NcString", false, false, null, "Counter name"),
new NcFieldDescriptor("value", "NcUint64", false, false, null, "Counter value"),
new NcFieldDescriptor("description", "NcString", true, false, null, "Optional counter description")
Expand Down

0 comments on commit 3139534

Please sign in to comment.