Skip to content

Commit

Permalink
fix: broken ordering for note category (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal authored Aug 26, 2022
1 parent d02cd2d commit 0f07386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/child-dev-project/notes/model/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class Note extends Entity {
dataType: "configurable-enum",
innerDataType: INTERACTION_TYPE_CONFIG_ID,
})
category: InteractionType = { id: "", label: "", _ordinal: 0 };
category: InteractionType = { id: "", label: "" };

/**
* id referencing a different entity (e.g. a recurring activity) this note is related to
Expand Down

0 comments on commit 0f07386

Please sign in to comment.