remove unused data return

This commit is contained in:
Niels Lyngsø
2024-08-01 09:57:24 +02:00
parent e77da2edaa
commit 438ee72714

View File

@@ -112,7 +112,6 @@ export class UmbBlockTypeWorkspaceContext<BlockTypeData extends UmbBlockTypeWith
this.setIsNew(true);
this.#data.setValue(data);
return { data };
}
getData() {