Skip to content

Commit 5481ed2

Browse files
committed
Small fix
1 parent 0879968 commit 5481ed2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • examples/06-custom-schema/05-alert-block-full-ux/src

examples/06-custom-schema/05-alert-block-full-ux/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export default function App() {
9999
name: "Alert",
100100
type: "alert",
101101
icon: RiAlertFill,
102-
isSelected: (block) => block.type === "alert",
103102
} satisfies BlockTypeSelectItem,
104103
]}
105104
/>

0 commit comments

Comments
 (0)