Skip to content

Commit 0962eab

Browse files
committed
fix: fixes from review
1 parent 8ecb575 commit 0962eab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/library-authoring/common/context/ComponentPickerContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88

99
export interface SelectedComponent {
1010
usageKey: string;
11-
blockType?: string;
11+
blockType: string;
1212
}
1313

1414
export type ComponentSelectedEvent = (selectedComponent: SelectedComponent) => void;

0 commit comments

Comments
 (0)