Skip to content

Commit 58da807

Browse files
committed
feat: rename removeBlockUdi to removeBlockKey
1 parent 2f56fa7 commit 58da807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/block/block/context/block-manager.context.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export abstract class UmbBlockManagerContext<
307307
}
308308
}
309309

310-
protected removeBlockUdi(contentUdi: string) {
311-
this.#contents.removeOne(contentUdi);
310+
protected removeBlockKey(contentKey: string) {
311+
this.#contents.removeOne(contentKey);
312312
}
313313
}

0 commit comments

Comments
 (0)