remove todos

This commit is contained in:
Niels Lyngsø
2024-08-12 10:15:34 +02:00
parent 0234400510
commit 5637b8ac74

View File

@@ -44,9 +44,6 @@ export class UmbValidationContext extends UmbContextBase<UmbValidationContext> i
this.messages.clear();
// TODO: Observe for local messages that gets removed, so they can be removed from parent as well?
// TODO: Observe for parent messages that gets removed, so they can be removed from local as well?
this.observe(
parent.messages.messagesOfPathAndDescendant(dataPath),
(msgs) => {