Skip to content

Commit d92624f

Browse files
committed
Fix view modes for embed
1 parent 15343b0 commit d92624f

File tree

1 file changed

+3
-3
lines changed
  • packages/app/src/embed/components/Header

1 file changed

+3
-3
lines changed

packages/app/src/embed/components/Header/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ function Header({
7070
<ModeIcons
7171
showEditor={showEditor}
7272
showPreview={showPreview}
73-
setEditorView={setEditorView}
74-
setPreviewView={setPreviewView}
75-
setMixedView={setMixedView}
73+
onSetEditorView={setEditorView}
74+
onSetPreviewView={setPreviewView}
75+
onSetMixedView={setMixedView}
7676
/>
7777
</CenterAligned>
7878
<RightAligned>

0 commit comments

Comments
 (0)