fix(editor): Log view is missing in debug mode (#16170)

This commit is contained in:
Suguru Inoue
2025-06-10 12:47:54 +02:00
committed by GitHub
parent 60bae8ddf9
commit 670355420d

View File

@@ -207,6 +207,7 @@ export const routes: RouteRecordRaw[] = [
default: NodeView,
header: MainHeader,
sidebar: MainSidebar,
footer: LogsPanel,
},
meta: {
nodeView: true,