Skip to content

Commit 7d2c48e

Browse files
authored
_actually_ pass allCharms to chatbot-note.tsx (commontoolsinc#1793)
* Pass `allCharms` to `chatbot-note.tsx` * Change the RIGHT line in `default-app.tsx`
1 parent 7d36a5a commit 7d2c48e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/patterns/default-app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export default recipe<CharmsListInput, CharmsListOutput>(
109109
onClick={spawnPattern(ChatbotNote, {
110110
title: "New Note",
111111
content: "",
112+
allCharms,
112113
})({})}
113114
>
114115
🤖 Chatbot Note

0 commit comments

Comments
 (0)