Skip to content

Commit 6703554

Browse files
authored
fix(editor): Log view is missing in debug mode (#16170)
1 parent 60bae8d commit 6703554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/editor-ui/src/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ export const routes: RouteRecordRaw[] = [
207207
default: NodeView,
208208
header: MainHeader,
209209
sidebar: MainSidebar,
210+
footer: LogsPanel,
210211
},
211212
meta: {
212213
nodeView: true,

0 commit comments

Comments
 (0)