We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bada2 commit 7a0ca67Copy full SHA for 7a0ca67
src/App.tsx
@@ -63,7 +63,10 @@ const App: React.FC = () => {
63
<BlocklyComponent ref={blocklyComponent} />
64
</Antd.Splitter.Panel>
65
<Antd.Splitter.Panel min='2%'>
66
- <CodeDisplay generatedCode="" messageApi={messageApi}/>
+ <CodeDisplay generatedCode=""
67
+ messageApi={messageApi}
68
+ setAlertErrorMessage={setAlertErrorMessage}
69
+ />
70
71
</Antd.Splitter>
72
</Antd.Flex>
0 commit comments