Skip to content

Commit 72af746

Browse files
committed
fix error
1 parent 7ab09fd commit 72af746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class UmbBlockGridEntriesElement extends UmbFormControlMixin(UmbLitElemen
218218
);
219219
});
220220

221-
this.#controlValidator = new UmbFormControlValidator(this, this /*, this.#dataPath*/);
221+
new UmbFormControlValidator(this, this /*, this.#dataPath*/);
222222
}
223223

224224
#rangeUnderflowValidator?: UmbFormControlValidatorConfig;

0 commit comments

Comments
 (0)