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 15343b0 commit d92624fCopy full SHA for d92624f
packages/app/src/embed/components/Header/index.js
@@ -70,9 +70,9 @@ function Header({
70
<ModeIcons
71
showEditor={showEditor}
72
showPreview={showPreview}
73
- setEditorView={setEditorView}
74
- setPreviewView={setPreviewView}
75
- setMixedView={setMixedView}
+ onSetEditorView={setEditorView}
+ onSetPreviewView={setPreviewView}
+ onSetMixedView={setMixedView}
76
/>
77
</CenterAligned>
78
<RightAligned>
0 commit comments