Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 7a48f9c

Browse files
committed
remove unused data return
1 parent 4e840b9 commit 7a48f9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packages/block/block-type/workspace/block-type-workspace.context.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export class UmbBlockTypeWorkspaceContext<BlockTypeData extends UmbBlockTypeWith
112112

113113
this.setIsNew(true);
114114
this.#data.setValue(data);
115-
return { data };
116115
}
117116

118117
getData() {

0 commit comments

Comments
 (0)