remove todos
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user