This commit is contained in:
Niels Lyngsø
2024-01-03 10:30:58 +01:00
parent 87f435e309
commit 29e61fb701

View File

@@ -25,7 +25,7 @@ export class UmbBlockContext<
// Public properties:
public readonly contentUdi: string;
constructor(host: UmbControllerHost, contentUdi) {
constructor(host: UmbControllerHost, contentUdi: string) {
super(host, UMB_BLOCK_CONTEXT);
this.contentUdi = contentUdi;