added comment

This commit is contained in:
Niels Lyngsø
2025-02-03 16:22:50 +01:00
parent ebad05aa4c
commit 81be464dae

View File

@@ -338,6 +338,7 @@ export class UmbBlockGridEntriesElement extends UmbFormControlMixin(UmbLitElemen
this.#typeLimitValidator = undefined;
}
if (hasTypeLimits) {
// If we have specific block type limits, we should use those for validation (not the Block Type Configurations)
this.#typeLimitValidator = this.addValidator(
'customError',
() => {